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

Cannot import Encodium from Spore (ImportError) #17

Open
chutchut opened this issue Mar 2, 2015 · 0 comments
Open

Cannot import Encodium from Spore (ImportError) #17

chutchut opened this issue Mar 2, 2015 · 0 comments

Comments

@chutchut
Copy link

chutchut commented Mar 2, 2015

I see this ImportError when trying to use Spore/Encodium:

  • Linux 3.13.0-30-generic #54-Ubuntu SMP Mon Jun 9 22:45:01 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
  • Installed using pip (pip 6.0.8 from /usr/local/lib/python3.4/dist-packages (python 3.4))
  • Python 3.4.0

Collecting spore
Downloading spore-0.9.4.tar.gz
Collecting encodium (from spore)
Downloading encodium-0.0.5.tar.gz
Installing collected packages: encodium, spore
Running setup.py install for encodium
Running setup.py install for spore
Successfully installed encodium-0.0.5 spore-0.9.4

$ python3
Python 3.4.0 (default, Apr 11 2014, 13:05:11)
[GCC 4.8.2] on linux
Type "help", "copyright", "credits" or "license" for more information.

from encodium import Encodium
Traceback (most recent call last):
File "", line 1, in
ImportError: cannot import name 'Encodium'

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

1 participant