-
Notifications
You must be signed in to change notification settings - Fork 39
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
ERROR: No matching distribution found for dataIngest (from modelling2===0.11.20-builder.b0c6266869e4137a139af69412ee729e98cc9ddf) #385
Comments
The error is accurate to point out there is no project named |
@uranusjr dataIngest is an internal project that is installed with If I run
It seems that pip is looking in the cache or https://pypi.org/simple/dataingest/ before checking the filesystem. Python interpreter finds it if I import it. Previous versions of pip (version 20.2 for example) find dataIngest project with no issues. |
How is |
If I downgrade to |
Then the above linked issue should be the root of this problem. |
yes @uranusjr I think you are right. I believe that pull request should fix this issue too. |
Thank you for providing feedback on Python packaging!
To help us help you, please fill out as much of the following as you can. If a question is not relevant, feel free to skip it.
Ubuntu 16.04
Python 2.7.12
pip 20.2.1 from /home/builder/jenkins/workspace/deploys/he-deploy-lb2/virt-python/local/lib/python2.7/site-packages/pip (python 2.7)
no tutorial
I created a virtual environment with thefollowing packages:
It has 2 packages installed with
pip install -e .
when I execute the command
pip install -e .
, I get this error:It is expected is that it install the packages.
It works OK with pip version 'pip==20.2'
The text was updated successfully, but these errors were encountered: