Skip to content
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

dev0 in release tag name makes installation more difficult #8

Open
marekyggdrasil opened this issue Feb 11, 2019 · 2 comments
Open

Comments

@marekyggdrasil
Copy link

Searching for drudge gives results

$ pip search drudge
drudge (0.1.0.dev0)    - # drudge
drudge_parser (3.0.2)  - Naive parser for the Drudge Report

unfortunately it is not possible to install it

$ pip install drudge
Collecting drudge
  Could not find a version that satisfies the requirement drudge (from versions: )
No matching distribution found for drudge

my environment

$ python --version
Python 3.7.0
$ pip --version
pip 19.0.1 from /Users/username/snakepit/virtualenvs/mypy3.7/lib/python3.7/site-packages/pip (python 3.7)

I suspect it's because there's a dev0 in the release name, could that be the case? If yes would you @tschijnmo consider publishing a new release without dev0 in the tag so that pip can install it?

@marekyggdrasil
Copy link
Author

Oh and in case if someone is looking for temp solution how to install, I used

pip install -e git://github.com/tschijnmo/drudge.git@0.9.0#egg=drudge

@tschijnmo
Copy link
Collaborator

Thank you for the feedback! The pip installation was a work-in-progress that was unfortunately never fully finished. Since the drudge stack has a lot of non-trivial dependencies, recently it has been containerized, which is documented at

https://tschijnmo.github.io/drudge/install.html

Hopefully this helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants