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

Error after installation #40

Closed
anoopl opened this issue Mar 15, 2016 · 1 comment
Closed

Error after installation #40

anoopl opened this issue Mar 15, 2016 · 1 comment

Comments

@anoopl
Copy link

anoopl commented Mar 15, 2016

I get this error on ubuntu 14.04.04 and python 2.7.6

File "/usr/local/bin/container-transform", line 9, in
load_entry_point('container-transform==1.0.0', 'console_scripts', 'container-transform')()
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 351, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2363, in load_entry_point
return ep.load()
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2088, in load
entry = import(self.module_name, globals(),globals(), ['name'])
File "/usr/local/lib/python2.7/dist-packages/container_transform/init.py", line 3, in
from .converter import Converter
File "/usr/local/lib/python2.7/dist-packages/container_transform/converter.py", line 1, in
from .schema import TransformationTypes, ARG_MAP
File "/usr/local/lib/python2.7/dist-packages/container_transform/schema.py", line 28, in
'required': True,
AttributeError: 'str' object has no attribute 'value'

@micahhausler
Copy link
Owner

Sorry, python 2 is no longer supported. You can use the docker image!

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

No branches or pull requests

2 participants