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

"Direct url requirement...are not allowed for dependencies" #20

Open
bubbaprog opened this issue Apr 7, 2019 · 5 comments
Open

"Direct url requirement...are not allowed for dependencies" #20

bubbaprog opened this issue Apr 7, 2019 · 5 comments

Comments

@bubbaprog
Copy link

Following the suggested install returns me this:

DEPRECATION: Dependency Links processing has been deprecated and will be removed in a future release. You can find discussion regarding this at https://github.com/pypa/pip/issues/4187. Direct url requirement (like urwid@ git+https://github.com/tonycpsu/urwid) are not allowed for dependencies

@tonycpsu
Copy link
Owner

tonycpsu commented Apr 7, 2019

What version of pip are you running? If less than 18.1, can you pip install -U pip and try again?

@bubbaprog
Copy link
Author

Got it up and running, eventually. Had to comment out everything about the colors, though. (Note, I'm on MacOS here, not Linux.) Always appreciative of your work here.

@tonycpsu
Copy link
Owner

tonycpsu commented Apr 8, 2019

Not sure what you mean by "everything about the colors", but OK. If upgrading pip isn't an option, you should be able to just manually run pip install -U git+https://github.com/urwid/urwid and things should work without commenting out anything.

For what it's worth, I'm also on MacOS here, but I'm not using the system Python interpreter. Maybe that's the issue here.

@bubbaprog
Copy link
Author

Using the system interpreter is not an option, I don't think? Because it's so ancient. I have to pip3 and python3 everything.

pip3 version is 19.0.3.

@tonycpsu
Copy link
Owner

tonycpsu commented Apr 8, 2019

Probably not, but I haven't used it in so long that I thought they might have updated it in a recent MacOS version.

It should do the right thing with that version of pip. I just did a clean install in a fresh virtualenv and everything works.

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