forked from miohtama/python-Levenshtein
-
Notifications
You must be signed in to change notification settings - Fork 155
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
pipenv install python-Levenshtein fail #50
Comments
The name of the package on pypi is |
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
<#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 pypa/pipenv#1314 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
The text was updated successfully, but these errors were encountered: