-
Notifications
You must be signed in to change notification settings - Fork 169
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
nlm-ingestor installation is failing due to lxml, pandas, xxhash #77
Comments
Getting the same issue. Actually I even tried to break it down step by step and even had it installed but now it asks for OPENAI_API_KEY as env variable while running the ingestion daemon. Seems like these packages are configured for python3.10 and not for the latest 3.12+ |
Same issue, any updates? I am running on windows 11 Reproduction: Error output: note: This error originates from a subprocess, and is likely not a problem with pip. × python setup.py bdist_wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. |
this fixed the issue for me: conda create -n sherpa39 python=3.9 pip install nlm-ingestor |
Thank you KOG-Nisse. Its worked for me also with your suggestion. |
Thanks for your input. Its configured for lower python version. Now i am getting SSLCertVerificationError when i ran the nlm_ingestor.ingestion_daemon. I've opened new issue for this. |
Hi,
nlm-ingestor seems promising one but i couldn't able to move forward with the installation issue.
I got the "ERROR: Failed to build installable wheels for some pyproject.toml based projects (lxml, pandas, xxhash)" when i try to install using the command "pip install nlm-ingestor".
I thought it may be due to dependencies lower versions issue and tried installation using constraints.txt by specifying latest versions (lxml>=5.2.1, pandas>=2.2.2) with the command "pip install -c constraints.txt nlm-ingestor". This also failed saying "nlm-ingestor 0.1.5 depends on pandas==1.2.4"
Please advise on this issue. Thanks in Advance !!
The text was updated successfully, but these errors were encountered: