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