Skip to content

Issue installing as a server Windows 11 pip install Torch section #190

@lukedieters-coder

Description

@lukedieters-coder

When following the Installing the RootPainter trainer (server) on windows 11 instructions I am stuck at step 9.

What am I doing wrong?

PowerShell 7.5.4
PS C:\Windows\System32> pyenv install 3.11.9
:: [Info] :: Mirror: https://www.python.org/ftp/python
:: [Info] :: Mirror: https://downloads.python.org/pypy/versions.json
:: [Info] :: Mirror: https://api.github.com/repos/oracle/graalpython/releases
PS C:\Windows\System32> pyenv global 3.11.9
PS C:\Windows\System32> pyenv version
3.11.9 (set by C:\Users\caitl.pyenv\pyenv-win\version)
PS C:\Windows\System32> python -c "import sys; print(sys.executable)"
C:\Users\caitl.pyenv\pyenv-win\versions\3.11.9\python.exe
PS C:\Windows\System32> pip install torch==2.6.0+cu124 torchvision==0.21.0+cu124 --index-url https://download.pytorch.org/whl/cu124
Looking in indexes: https://download.pytorch.org/whl/cu124
ERROR: Could not find a version that satisfies the requirement torch==2.6.0+cu124 (from versions: none)
ERROR: No matching distribution found for torch==2.6.0+cu124
PS C:\Windows\System32>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions