I updated successfully Python3 from 3.6 to 3.11 (following
@jamesbond
's masterful
instructions
).
However, I can't find the way to make
pip3
to work (
ModuleNotFoundError: No module named '_posixsubprocess'
). Pip (not pip3) on the other hand, works (obviously) fine.
Reason is I need to get back
GNS3
functionality (
ModuleNotFoundError: No module named 'gns3'
), which worked flawlessly before the upgrade (and that I installed months ago
using
pip3
).
What am I missing here?
Any pointers'll be much appreciated
Hi
@01101001b
, something must have gone wrong during the build. Anyway, here is the python3, which I compiled in the same way as listed in the instructions:
http://distro.ibiblio.org/fatdog/broken ... 6_64-1.txz
in
Fatdog 814
.
1. Uninstall python3 that comes with devx (if you have devx loaded).
2. Download the above package
3. Run installpkg to install the package.
With that package I'm able to "pip3 install gns3-server" and "pip3 install gns3-client".
Now I'm not sure if it will work with 812; 812 was long ago.
Nevertheless, give it a try and see how you go.