irr icon indicating copy to clipboard operation
irr copied to clipboard

Cannot install with pipenv

Open nam-vu-360f-com opened this issue 5 years ago • 1 comments

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 avatar Jun 03 '20 05:06 nam-vu-360f-com

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

nam-vu-360f-com avatar Jun 03 '20 05:06 nam-vu-360f-com