We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
System details: Ubuntu - 16.04 Python - 3.7 Pip - 9.0.1 Pipenv - 2018.11.26
This is my Pipfile
[[source]] url = "https://pypi.org/simple" name = "pypi" [packages] django-dotenv = "*" [requires] python_version = "3.7"
When I run pipenv install I get pipenv.exceptions.ResolutionFailure: ERROR: ERROR: Could not find a version that matches django-dotenv
pipenv install
pipenv.exceptions.ResolutionFailure: ERROR: ERROR: Could not find a version that matches django-dotenv
Is it possible that djang-dotenv is not visible to pypi.org/simple?
djang-dotenv
The text was updated successfully, but these errors were encountered:
No branches or pull requests
System details:
Ubuntu - 16.04
Python - 3.7
Pip - 9.0.1
Pipenv - 2018.11.26
This is my Pipfile
When I run
pipenv install
I getpipenv.exceptions.ResolutionFailure: ERROR: ERROR: Could not find a version that matches django-dotenv
Is it possible that
djang-dotenv
is not visible to pypi.org/simple?The text was updated successfully, but these errors were encountered: