-
Notifications
You must be signed in to change notification settings - Fork 30
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
Errors when do installation #8
Comments
what version of pip are you using? |
I am using pip 21.0.1. |
@nelson-liu Hi Nelson, would you please help me with this? |
I pushed a fix at 1550abe , can you try pulling this update and re-pip-installing? |
No problem, I will do it and get back to you. Thank you! |
If I do What I want is to generate the exact precomputing word representations HDF5 file as you did from |
Did you run |
(for more context: i was able to reproduce the issue you described, and then fixed it with that commit) |
I deleted the entire conda environment before redoing it. I will try |
I tested again, the same error.
Did you run |
yes, i ran |
here alabaster 0.7.12 |
what does |
The output is the same as the error here #4 |
hmm, not sure what else to suggest---I still can't reproduce the error in #4 . Can you send me your full py.test output? I'm getting:
|
Here you go!
|
Not sure why I ran this in the conda environment but the Python version is 3.8 instead of 3.6. |
Looks like your python is pointing to your system python (
the I'd expect that if you ran |
If I run Then, if I run
It seems to be correct too |
I did have |
yes, that matters a lot. |
Yes, as you said, I will edit the file and try again. |
even if it's installed in your environment, it isn't being used because bash finds the |
Thank you!
Here is the output of |
If I run I'm confused.. |
This morning I tried again and |
Hi Liu,
When I do
pip install -r requirements.txt
in step 5 of installation, I got the following errors/warnings:WARNING: Built wheel for allennlp is invalid: Metadata 1.2 mandates PEP 440 version, but '0.7.2-unreleased' is not
DEPRECATION: allennlp was installed using the legacy 'setup.py install' method, because a wheel could not be built for it. A possible replacement is to fix the wheel build issue reported above. You can find discussion regarding this at https://github.com/pypa/pip/issues/8368.
Any idea how to fix this?
The text was updated successfully, but these errors were encountered: