-
Notifications
You must be signed in to change notification settings - Fork 88
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
pip download #47
Comments
that's a bit weird. can you verify that your pip is the exact python environment you are using? sometimes pip would install library into different python version. |
I did get the pip problem fixed, but now I have a new issue. I just tried to run the code for model.recognize and this was the output: downloading model latest During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): Process finished with exit code 1 |
I do not know what happens here, but it looks your SSL connection might have some problem. Can you download that tar.gz using wget? |
found a fix for this on stackoverflow (if you're using mac): https://stackoverflow.com/a/70495761/11080804 |
The pip download for allosaurus shows that it downloads successfully in the terminal, however allosaurus does not show up as a known module when I import it in my coding environment. What is the fix for this?
The text was updated successfully, but these errors were encountered: