question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't install because of conflicting dependencies

See original GitHub issue

OS: Arch GNU/Linux Python: 3.10.1 Command run: pip3 install big-sleep Error:

  Downloading big_sleep-0.0.1-py3-none-any.whl (1.4 MB)
     |████████████████████████████████| 1.4 MB 9.1 MB/s
ERROR: Cannot install big-sleep==0.0.1, big-sleep==0.0.2, big-sleep==0.1.0, big-sleep==0.1.1, big-sleep==0.1.2, big-sleep==0.1.4, big-sleep==0.2.0, big-sleep==0.2.2, big-sleep==0.2.3, big-sleep==0.2.4, big-sleep==0.2.5, big-sleep==0.2.6, big-sleep==0.2.7, big-sleep==0.2.8, big-sleep==0.2.9, big-sleep==0.3.0, big-sleep==0.3.1, big-sleep==0.3.2, big-sleep==0.3.3, big-sleep==0.3.4, big-sleep==0.3.5, big-sleep==0.3.6, big-sleep==0.3.7, big-sleep==0.3.8, big-sleep==0.4.0, big-sleep==0.4.1, big-sleep==0.4.10, big-sleep==0.4.11, big-sleep==0.4.2, big-sleep==0.4.3, big-sleep==0.4.4, big-sleep==0.4.5, big-sleep==0.4.6, big-sleep==0.4.7, big-sleep==0.4.8, big-sleep==0.4.9, big-sleep==0.5.0, big-sleep==0.5.1, big-sleep==0.5.2, big-sleep==0.5.3, big-sleep==0.6.0, big-sleep==0.6.1, big-sleep==0.6.2, big-sleep==0.7.0, big-sleep==0.7.1, big-sleep==0.7.2, big-sleep==0.8.0, big-sleep==0.8.1, big-sleep==0.8.2, big-sleep==0.8.3, big-sleep==0.8.4 and big-sleep==0.8.5 because these package versions have conflicting dependencies.

The conflict is caused by:
    big-sleep 0.8.5 depends on torchvision>=0.8.2
    big-sleep 0.8.4 depends on torchvision>=0.8.2
    big-sleep 0.8.3 depends on torchvision>=0.8.2
    big-sleep 0.8.2 depends on torchvision>=0.8.2
    big-sleep 0.8.1 depends on torchvision>=0.8.2
    big-sleep 0.8.0 depends on torchvision>=0.8.2
    big-sleep 0.7.2 depends on torchvision>=0.8.2
    big-sleep 0.7.1 depends on torchvision>=0.8.2
    big-sleep 0.7.0 depends on torchvision>=0.8.2
    big-sleep 0.6.2 depends on torchvision>=0.8.2
    big-sleep 0.6.1 depends on torchvision>=0.8.2
    big-sleep 0.6.0 depends on torchvision>=0.8.2
    big-sleep 0.5.3 depends on torchvision>=0.8.2
    big-sleep 0.5.2 depends on torchvision>=0.8.2
    big-sleep 0.5.1 depends on torchvision>=0.8.2
    big-sleep 0.5.0 depends on torchvision>=0.8.2
    big-sleep 0.4.11 depends on torchvision>=0.8.2
    big-sleep 0.4.10 depends on torchvision>=0.8.2
    big-sleep 0.4.9 depends on torchvision>=0.8.2
    big-sleep 0.4.8 depends on torchvision>=0.8.2
    big-sleep 0.4.7 depends on torchvision>=0.8.2
    big-sleep 0.4.6 depends on torchvision>=0.8.2
    big-sleep 0.4.5 depends on torchvision>=0.8.2
    big-sleep 0.4.4 depends on torchvision>=0.8.2
    big-sleep 0.4.3 depends on torchvision>=0.8.2
    big-sleep 0.4.2 depends on torchvision>=0.8.2
    big-sleep 0.4.1 depends on torchvision>=0.8.2
    big-sleep 0.4.0 depends on torchvision>=0.8.2
    big-sleep 0.3.8 depends on torchvision>=0.8.2
    big-sleep 0.3.7 depends on torchvision>=0.8.2
    big-sleep 0.3.6 depends on torchvision>=0.8.2
    big-sleep 0.3.5 depends on torchvision>=0.8.2
    big-sleep 0.3.4 depends on torchvision>=0.8.2
    big-sleep 0.3.3 depends on torchvision>=0.8.2
    big-sleep 0.3.2 depends on torchvision>=0.8.2
    big-sleep 0.3.1 depends on torchvision>=0.8.2
    big-sleep 0.3.0 depends on torchvision>=0.8.2
    big-sleep 0.2.9 depends on torchvision>=0.8.2
    big-sleep 0.2.8 depends on torchvision>=0.8.2
    big-sleep 0.2.7 depends on torch>=1.7.1
    big-sleep 0.2.6 depends on torch>=1.7.1
    big-sleep 0.2.5 depends on torch>=1.7.1
    big-sleep 0.2.4 depends on torch>=1.7.1
    big-sleep 0.2.3 depends on torch>=1.7.1
    big-sleep 0.2.2 depends on torch>=1.7.1
    big-sleep 0.2.0 depends on torch>=1.7.1
    big-sleep 0.1.4 depends on torch>=1.7.1
    big-sleep 0.1.2 depends on torch>=1.7.1
    big-sleep 0.1.1 depends on torch>=1.7.1
    big-sleep 0.1.0 depends on torch>=1.7.1
    big-sleep 0.0.2 depends on torch>=1.7.1
    big-sleep 0.0.1 depends on torch>=1.7.1

    ```

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
ThatOneCalculatorcommented, Jan 13, 2022

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

Update: I also had to use Python 3.8

0reactions
ThatOneCalculatorcommented, Jan 9, 2022

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
Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot complete the install because of a conflicting dependency
You are getting this because there is a conflicting dependency somewhere. For example, if you have plugin A that depends on dependency.X-1.0.0 installed, ......
Read more >
Cannot complete the install because of a conflicting dependency
I tried both the update site URL htt p://download.eclipse.org/efxclipse/updates-released/1.1.0/site and the nightly update htt p://download. ...
Read more >
Cannot complete the install because of a conflicting dependency
procedure, I receive this error: Cannot complete the install because of a conflicting dependency. Software being installed: KNIME…
Read more >
How can the "Cannot complete the install because of a ... - IBM
The following gives the error output: Cannot complete the install because of a conflicting dependency. Software being installed: JBoss AS, WildFly & EAP...
Read more >
Fix for "Cannot complete the install because of a conflicting ...
"Go to Help>Check for Updates. If there is an update there, install it and your issue should be fixed. I installed Eclipse for...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found