-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
dotnetcore2 not found on pip #4177
Comments
First of all, why are you trying to install .Net Core using pip? The page for that package says that it's not intended for general use. And it seems it's not updated regularly. Instead, I'd suggest following this tutorial (for macOS, that involves downloading a .pkg). Now, I'm no expert on pip, but based on my attempts, the log you posted is not the full log. Can you post the full output of |
@svick Here's the full
I was only doing a manual install of
|
Closing. Looks to be directly related with the version of pip pypa/pip#7626 Tested 19.3.1 and 20.0.2 and both worked 👍 |
@joshmeek I'm glad to hear that you figured out where the problem was. |
Issue Title
Running
pip install dotnetcore2
fails with the error:General
Full pip traceback:
Attempting to install any of the
dotnetcore2
versions via pip fails with the same issue.Environments tried:
MacOS 10.12.6, pip version 20.0.1
python:3.7
Docker image, pip version 20.0.1Running a
pip search
shows that the package exists:The text was updated successfully, but these errors were encountered: