GithubHelp home page GithubHelp logo

Comments (5)

ThatOneCalculator avatar ThatOneCalculator commented on July 3, 2024 1

Fixed it! Solution was installing the python-pytorch package from the AUR first :)

Update: I also had to use Python 3.8

from big-sleep.

Ednaordinary avatar Ednaordinary commented on July 3, 2024

what happens when you do pip3 install big-sleep torchvision>=0.8.2 torch>=1.7.1?

from big-sleep.

ThatOneCalculator avatar ThatOneCalculator commented on July 3, 2024
[kainoa@irvine ~]$ pip3 install big-sleep torchvision>=0.8.2 torch>=1.7.1
ERROR: Could not find a version that satisfies the requirement torch
ERROR: No matching distribution found for torch

from big-sleep.

Ednaordinary avatar Ednaordinary commented on July 3, 2024

Assuming your using a Linux system with amd64 (x86_64) architecture, try these.
First try
pip3 install https://files.pythonhosted.org/packages/2c/c8/dcef19018d2fe730ecacf47650d3d6e8d6fe545f02fbdbde0174e0279f02/torch-1.10.1-cp39-cp39-manylinux1_x86_64.whl
This installs pytorch from source binary, so next install big-sleep using
pip3 install big-sleep --upgrade
If that doesn't work try
pip3 install https://files.pythonhosted.org/packages/90/5d/095ddddc91c8a769a68c791c019c5793f9c4456a688ddd235d6670924ecb/torch-1.7.1-cp37-cp37m-manylinux1_x86_64.whl
Which does the same thing, but the exact package big sleep was developed on
And install big-sleep:
pip3 install big-sleep --upgrade

from big-sleep.

ThatOneCalculator avatar ThatOneCalculator commented on July 3, 2024

Sorry for the late reply. I do use the amd64 arch, but I got this:

pip3 install https://files.pythonhosted.org/packages/2c/c8/dcef19018d2fe730ecacf47650d3d6e8d6fe545f02fbdbde0174e0279f02/torch-1.10.1-cp39-cp39-manylinux1_x86_64.whl
Defaulting to user installation because normal site-packages is not writeable
ERROR: torch-1.10.1-cp39-cp39-manylinux1_x86_64.whl is not a supported wheel on this platform.
pip3 install https://files.pythonhosted.org/packages/90/5d/095ddddc91c8a769a68c791c019c5793f9c4456a688ddd235d6670924ecb/torch-1.7.1-cp37-cp37m-manylinux1_x86_64.whl
Defaulting to user installation because normal site-packages is not writeable
ERROR: torch-1.7.1-cp37-cp37m-manylinux1_x86_64.whl is not a supported wheel on this platform.

Basically both links you sent don't work.

Output of uname -a:

Linux irvine 5.15.13-xanmod1-1 #1 SMP Thu, 06 Jan 2022 01:38:49 +0000 x86_64 GNU/Linux

from big-sleep.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.