pip install failing

🛠 Done
 

The command pip install jacobi-motion currently fails with the following error message:

ERROR: Could not find a version that satisfies the requirement jacobi-motion (from versions: none)
ERROR: No matching distribution found for jacobi-motion

Manually specifying a version (ex: 0.0.21) raises to the same error.

Context:

  • Ubuntu 20.04.6 LTS
  • Python 3.8.10
  • pip-23.2.1
Alban Laflaquiere

7 months ago

Activity
Lars Berscheid changed status to 🛠 Done

7 months ago

Lars Berscheid

Thanks Alban!

I've just double checked this on a fresh ubuntu 20.04, but unfortunately could not reproduce this issue. It installs just fine for me:

ubuntu@ip-172-31-16-43:~$ python3 -m pip install jacobi-motion
Collecting jacobi-motion
  Obtaining dependency information for jacobi-motion from https://files.pythonhosted.org/packages/7b/78/030a9fb9d8c26631d01011ecff717e462b27de8fc52c750e64f877939274/jacobi_motion-0.0.21-cp38-cp38-manylinux_2_28_x86_64.whl.metadata   Downloading jacobi_motion-0.0.21-cp38-cp38-manylinux_2_28_x86_64.whl.metadata (1.1 kB)
Downloading jacobi_motion-0.0.21-cp38-cp38-manylinux_2_28_x86_64.whl (3.6 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 13.1 MB/s eta 0:00:00
Installing collected packages: jacobi-motion
Successfully installed jacobi-motion-0.0.21
ubuntu@ip-172-31-16-43:~$ python3 -m pip --version
pip 23.2.1 from /home/ubuntu/.local/lib/python3.8/site-packages/pip (python 3.8)
ubuntu@ip-172-31-16-43:~$ python3 --version
Python 3.8.10
ubuntu@ip-172-31-16-43:~$ lsb_release -r
Release:    20.04

Which architecture is your machine running on?

You can find the list of all provided Python wheels here.

Btw, pip install jacobi-motion will install the cloud version of the Jacobi motion library. For the on-prem version, you can download the Python wheels from the account page, and install the specific wheel file.

Best,
Lars

0    7 months ago    Reply

Comment must be at least 20 characters.
Cancel

We appreciate your feedback.

Alban Laflaquiere

Thank you Lars,

I also tried installing a wheel and it fails too.
But it seems like the problem is only with this particular machine, as I was able to pip install on 2 other machines.
I'll try to find out what the issue is and let you know if that's relevant in any way for you.

Best,


Update:
It turns out it was an easy one! For some reason the pip version was up-to-date but setuptools wasn't.

Thanks for the quick answer.

1    7 months ago    Reply

Comment must be at least 20 characters.
Cancel

We appreciate your feedback.

One vote