fedora

Can't install Tensorflow on Fedora

Can't install Tensorflow on Fedora Question: I’m using Fedora and I installed tensorflow successfully before but today I tried to use it and it’s not there so used pip -m install tensorflow but I’m getting this error ERROR: Could not find a version that satisfies the requirement tensorflow==2.12.0 (from versions: none) ERROR: No matching distribution …

Total answers: 1

Python 3.9 – Improper Installation, Cannot Import SSL

Python 3.9 – Improper Installation, Cannot Import SSL Question: I am attempting to install the Azure CLI on my Fedora 35 machine using this guide. When installing the RHEL 9 RPM using DNF (step 2 of that guide), Python 3.9 is installed along with Azure (Azure is dependent on 3.9). The installation of both applications …

Total answers: 2

pip ImportError: cannot import name 'Mapping' from 'collections'

pip ImportError: cannot import name 'Mapping' from 'collections' Question: There appear to be conflicting libraries of python that pip is trying to access, as you can see with the following error: [root@fedora user]# pip Traceback (most recent call last): File "/usr/local/bin/pip", line 5, in <module> from pip._internal import main File "/usr/local/lib/python3.10/site-packages/pip/_internal/__init__.py", line 40, in <module> …

Total answers: 2

Python 3.6 No module named pip

Python 3.6 No module named pip Question: I have just installed Python 3.6 on Fedora 25 (64 bits) by running dnf install python36 and I can’t use any modules Python 3.5 can otherwise use just fine, for example, PyCharm complains about setup tools not being installed, also I can run python3 and issue: import aiohttp …

Total answers: 3