spacy 3.0.6 build did not run successfully #13523
Unanswered
t21cs039
asked this question in
Help: Installation
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to run https://github.com/allenai/RL4LMs/tree/af5a1326578789856ca8550cb5496c9ccc1afdc5 but during requirements installation
pip install -e .
I keep encountering the same issue in building Spacy dependency. The ouput is as below :`Obtaining file:///content/RL4LMs
Preparing metadata (setup.py) ... done
Collecting importlib-metadata<5.0 (from rl4lms==0.2.2)
Using cached importlib_metadata-4.13.0-py3-none-any.whl.metadata (4.9 kB)
Collecting fastapi==0.110 (from rl4lms==0.2.2)
Using cached fastapi-0.110.0-py3-none-any.whl.metadata (25 kB)
Collecting spacy==3.0.6 (from rl4lms==0.2.2)
Using cached spacy-3.0.6.tar.gz (7.1 MB)
Installing build dependencies ... done
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.`
i have included
fastapi==0.110
as stated here #13449 (comment) but it still could not work. Does anyone knows the root of the problem and how to solve this?Beta Was this translation helpful? Give feedback.
All reactions