Open morganednl opened 4 years ago
The name of the package on pypi is python-Levenshtein
, so it will always need to be specified as that in the pipfile.
The issue is when I run the command pipenv install python-Levenshtein this error occurs because the name in the PipFile automatically became python-levenshtein. I had to change it manually and run pipenv install again.
Le jeu. 6 févr. 2020 à 19:30, Chris notifications@github.com a écrit :
The name of the package on pypi https://pypi.org/project/python-Levenshtein/ is python-Levenshtein, so it will always need to be specified as that in the pipfile.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ztane/python-Levenshtein/issues/50?email_source=notifications&email_token=AEWYTCFQDZN5M55WFEPB64LRBRJLNA5CNFSM4KQL5XH2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELAJBPQ#issuecomment-583045310, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEWYTCFSMEJRJSTL5PTOQMLRBRJLNANCNFSM4KQL5XHQ .
@morganednl that sounds like an issue with pipenv not respecting uppercase letters in the package name, seems like this has occurred before https://github.com/pypa/pipenv/issues/1314
I tried to install python-Levenshtein with pipenv and I had the following error:
In the PipFile I had:
By adding an uppercase, it finally worked: