-
Notifications
You must be signed in to change notification settings - Fork 44
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
dependency conflicts #6
Comments
If I change the setting for
It returns the following message:
|
Facing the same error. To avoid this error I tried installing a higher version of allennlp==1.0.0.. but in that case I am getting an error - ModuleNotFoundError: No module named 'allennlp.commands.elmo' |
Hey, I installed psycopg2-binary==2.8.6 and psycopg2==2.8.6 and I could install allennlp==0.4.2 after that. You made need to manually install torch==0.3.1 before installing allennlp. The python version is 3.6. |
Hello, what is your graphics card driver, my computer using torch0.3.1 will report an error。 |
Hi!
Thank you for this wonderful paper and repo. I meet several dependency conflicts when I try to build the virtual environment.
It returns the following error:
If I directly tried to run:
It gives us the following error messages:
I believe this message is caused by the version of allennlp (based on https://stackoverflow.com/questions/62884591/modulenotfounderror-no-module-named-allennlp-commands-elmo).
Could you please give me more instructions on how to set up the virtual environment successfully? Thank you!
The text was updated successfully, but these errors were encountered: