We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On running pip3 install -r requirements.txt the execution stops at
pip3 install -r requirements.txt
Collecting orbitdeterminator==1.0 Exception Traceback (most recent call last): raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://pypi.org/simple/orbitdeterminator/
Collecting orbitdeterminator==1.0
Exception
Traceback (most recent call last):
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://pypi.org/simple/orbitdeterminator/
I checked the mentioned URL. It throws a 404.
The text was updated successfully, but these errors were encountered:
Think I'll have a look at it. Seems like OD is not showing up on PyPI either. Can it be assigned to me @authors?
Sorry, something went wrong.
No branches or pull requests
On running
pip3 install -r requirements.txt
the execution stops atCollecting orbitdeterminator==1.0
Exception
Traceback (most recent call last):
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://pypi.org/simple/orbitdeterminator/
I checked the mentioned URL. It throws a 404.
The text was updated successfully, but these errors were encountered: