We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I see this ImportError when trying to use Spore/Encodium:
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'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I see this ImportError when trying to use Spore/Encodium:
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.
The text was updated successfully, but these errors were encountered: