Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backwards compatibility with python 2.7 #86

Open
malachany opened this issue Feb 22, 2018 · 0 comments
Open

backwards compatibility with python 2.7 #86

malachany opened this issue Feb 22, 2018 · 0 comments

Comments

@malachany
Copy link

container-transform is currently not backwards compatible with python 2.7:

Traceback (most recent call last): File "/usr/local/bin/container-transform", line 9, in <module> load_entry_point('container-transform==1.1.5', 'console_scripts', 'container-transform')() File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources/__init__.py", line 565, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources/__init__.py", line 2697, in load_entry_point return ep.load() File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources/__init__.py", line 2370, in load return self.resolve() File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources/__init__.py", line 2376, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) File "/Library/Python/2.7/site-packages/container_transform/__init__.py", line 3, in <module> from .converter import Converter File "/Library/Python/2.7/site-packages/container_transform/converter.py", line 3, in <module> from .compose import ComposeTransformer File "/Library/Python/2.7/site-packages/container_transform/compose.py", line 6, in <module> from .transformer import BaseTransformer File "/Library/Python/2.7/site-packages/container_transform/transformer.py", line 38 class BaseTransformer(object, metaclass=ABCMeta): ^ SyntaxError: invalid syntax

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant