-
Notifications
You must be signed in to change notification settings - Fork 24
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
ImportError: cannot import name plants #14
Comments
I tested and this was working with my already-installed 0.1.1, but after upgrading ( Downgrading back to 0.1.1 ( I didn't see Full logs:
|
Uninstalling pycorpora and installing from a clone works:
So the problem is with installing via PyPI. |
This is related to issue #8. For now, the workaround is to use the following command when installing with pip:
|
I just updated the README with this information, which should hopefully prevent future confusion. Leaving this issue open as a reminder of how dire the problem is :( |
I've tried manual install and the pip no cache install, still when import pycorpora no error, when import plants it gives me the error no such module. |
@BLCKPSTV you may need to completely remove the module and re-install (making sure to also uninstall any globally-installed versions). |
Sorry how do I do that, uninstalling globally? I did get it working on my Imac so the cloning/installing installation from hugovk did work for me! |
After succesfully installing pycorpora thru pip, I still get following error.
ImportError: cannot import name plants
This following the example from main page pycorpora
Even the standard usage example doesn't work?
print random.choice(pycorpora.plants.flowers['flowers'])
Is there something I still need to install in my python path from pycorpora?
The text was updated successfully, but these errors were encountered: