-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
Can't use an index file for some reason #4649
Comments
And here is example output of the straight pip, as that was requested in a similar issue:
|
Pipenv supports the standard PEP 503 Simple Repository Index format. The page provided by PyTorch is a |
Thanks for your clear answer @uranusjr it helped with Pytorch 😄 pytorch/pytorch#39779 (comment) |
GUIDE: How to install PyTorch via Pipenv (and how to add other 3rd Party Repositories). |
Issue description
Based on what I found here, I should be able to install a version of
torch
. I tried:Expected result
I expected it to install as that works when I did
pip install
directly.Actual result
$ pipenv --support
Pipenv version:
'2020.11.15'
Pipenv location:
'/home/shamoon/.linuxbrew/Cellar/pipenv/2020.11.15/libexec/lib/python3.9/site-packages/pipenv'
Python location:
'/home/shamoon/.linuxbrew/Cellar/pipenv/2020.11.15/libexec/bin/python'
Python installations found:
3.9.2
:/home/shamoon/.linuxbrew/bin/python3.9
3.9.2
:/home/shamoon/.linuxbrew/bin/python3
3.8.5
:/usr/bin/python3
3.8.5
:/usr/bin/python3.8
3.7.8
:/home/shamoon/.pyenv/versions/3.7.8/bin/python3.7m
3.6.10
:/home/shamoon/.pyenv/versions/3.6-dev/bin/python3.6m
2.7.18
:/usr/bin/python2.7
2.7.18
:/usr/bin/python2
PEP 508 Information:
System environment variables:
PATH
SHELL
LSCOLORS
COLORTERM
LESS
TERM_PROGRAM_VERSION
HOMEBREW_PREFIX
OSH
PWD
LOGNAME
XDG_SESSION_TYPE
MANPATH
_
VSCODE_GIT_ASKPASS_NODE
MOTD_SHOWN
HOME
LANG
LS_COLORS
GIT_ASKPASS
SSH_CONNECTION
INFOPATH
LESSCLOSE
XDG_SESSION_CLASS
TERM
LESSOPEN
USER
VSCODE_GIT_IPC_HANDLE
HOMEBREW_CELLAR
SHLVL
PAGER
HOMEBREW_REPOSITORY
XDG_SESSION_ID
LC_CTYPE
XDG_RUNTIME_DIR
SSH_CLIENT
VSCODE_GIT_ASKPASS_MAIN
XDG_DATA_DIRS
BROWSER
HISTIGNORE
DBUS_SESSION_BUS_ADDRESS
TERM_PROGRAM
VSCODE_IPC_HOOK_CLI
PIP_DISABLE_PIP_VERSION_CHECK
PYTHONDONTWRITEBYTECODE
PIP_SHIMS_BASE_MODULE
PIP_PYTHON_PATH
PYTHONFINDER_IGNORE_UNSUPPORTED
Pipenv–specific environment variables:
Debug–specific environment variables:
PATH
:/home/shamoon/.linuxbrew/Cellar/pipenv/2020.11.15/libexec/tools:/home/shamoon/.vscode-server/bin/f30a9b73e8ffc278e71575118b6bf568f04587c8/bin:/home/shamoon/.linuxbrew/bin:/home/shamoon/.linuxbrew/sbin:/home/shamoon/.linuxbrew/opt/[email protected]/bin:/home/shamoon/.vscode-server/bin/f30a9b73e8ffc278e71575118b6bf568f04587c8/bin:/home/shamoon/.linuxbrew/bin:/home/shamoon/.linuxbrew/sbin:/home/shamoon/.linuxbrew/opt/[email protected]/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
SHELL
:/bin/bash
LANG
:en_US.UTF-8
PWD
:/home/shamoon/speech-reconstruction
Contents of
Pipfile
('/home/shamoon/speech-reconstruction/Pipfile'):Contents of
Pipfile.lock
('/home/shamoon/speech-reconstruction/Pipfile.lock'):The text was updated successfully, but these errors were encountered: