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

Cannot install with pipenv #4

Open
nam-vu-360f-com opened this issue Jun 3, 2020 · 1 comment
Open

Cannot install with pipenv #4

nam-vu-360f-com opened this issue Jun 3, 2020 · 1 comment

Comments

@nam-vu-360f-com
Copy link

I tried install using pipenv but failed

pipenv install -e git://github.com/better/irr#egg=irr

The error

ValueError: pipenv requires an #egg fragment for version controlled dependencies. Please install remote dependency in the form git://github.com/better/irr#egg=.

What is the work around for this?

@nam-vu-360f-com
Copy link
Author

nam-vu-360f-com commented Jun 3, 2020

From pipenv homepage in advance usage section here they list an example

The missing part is git+https:// instead of git://

pipenv install -e git+https://github.com/better/irr#egg=irr

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

1 participant