Skip to content
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

dependencies could not be resolved #2980

Closed
leileigong opened this issue Oct 10, 2018 · 3 comments
Closed

dependencies could not be resolved #2980

leileigong opened this issue Oct 10, 2018 · 3 comments
Labels
Type: Duplicate This issue is a duplicate of an already-existing issue.

Comments

@leileigong
Copy link

just now, i upload an module to PyPi. Then i install it, but got an error while update lock file.

Adding utilityhelper to Pipfile's [packages]...
Pipfile.lock (3e9aa7) out of date, updating to (de4848)...
Locking [dev-packages] dependencies...
Locking [packages] dependencies...

Warning: Your dependencies could not be resolved. You likely have a mismatch in your sub-dependencies.
You can use $ pipenv install --skip-lock to bypass this mechanism, then run $ pipenv graph to inspect the situation.
Hint: try $ pipenv lock --pre if it is a pre-release dependency.
Could not find a version that matches utilityhelper (from -r c:\windows\temp\pipenv-ckgvtu-requirements\pipenv-u8pl3f-constraints.txt (line 35))

No versions found

Was https://pypi.tuna.tsinghua.edu.cn/simple reachable?

@lipchyk
Copy link

lipchyk commented Oct 10, 2018

+1, in my case I couldn't install backports-ssl-match-hostname with the latest pipenv

@techalchemy techalchemy added the Type: Duplicate This issue is a duplicate of an already-existing issue. label Oct 10, 2018
@techalchemy
Copy link
Member

Yes, I have a release coming out shortly which fixes name normalization -- there are a number of issues open on this topic, please see #2951, #2956, or #2963 for tracking this issue

@leileigong
Copy link
Author

I got an new conclusion.i install that package via command line, the package source i assigned is "https://pypi.org/simple" but the source in my pipfile is "https://pypi.tuna.tsinghua.edu.cn/simple".
i could not find that package in tsinghua source.
Maybe this result in update pipfile.lock fail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Duplicate This issue is a duplicate of an already-existing issue.
Projects
None yet
Development

No branches or pull requests

3 participants