2

I tried to install some python3 packages using pip3, but after typing

pip3 install <package_name>

Terminal displays: ERROR: Could not find a version that satisfies the requirement package_name (from versions: none) ERROR: No matching distribution found for package_name.

I've been searching for some similar issues in StackOverflow, but after reading Not able to install Python packages [SSL: TLSV1_ALERT_PROTOCOL_VERSION] and 'pip install' fails for every package ("Could not find a version that satisfies the requirement") , I tried those possible solutions (basically upgrading pip3: 'curl https://bootstrap.pypa.io/get-pip.py | python3') , but the problem is still remaining. I tried it with pip and pip3; I updated setuptools too; I also upgraded OpenSSL. Nothing changed.

I don't know if it has anything to do with OpenSSL (I'm using macOs Mojave), but I tried and I don't know how to solve it. Anyone?

Thanks.

  • Which package do you want to install? Also, do you have multiple python versions installed? – Pratik Nov 12 '19 at 16:45
  • 1
    Have you tried with another package? When I have had this error is because the package I wanted to install wasn't able in pip with that name – Javier Lopez Tomas Nov 12 '19 at 16:46
  • I'm trying to install pyatspi (tried python-atspi too), but I already tried with some other packages and I had the same problem. I don't really know if it's a pip problem with some or with all packages... And, obviously, I have at-spi installed. – Israel Figueirido Nov 12 '19 at 16:47

0 Answers0