I am new to Python and trying to get this package to download and install.
From what I am reading the PIP installs the package to my PC and then complies into an executable binary in the folder:
C:\Users<USEER_NAME_HERE>\AppData\Local\Programs\Python\Python39\Scripts
PIP shows that the package is installed but there is no binary
C:\WINDOWS\system32>pip list
Package Version
bcrypt 4.0.1 cffi 1.15.1 cryptography 39.0.2 future 0.18.3 gevent 22.10.2 greenlet 2.0.2 ntc-templates 3.2.0 parallel-ssh 2.12.0 ssh2-python 1.0.0
https://pypi.org/project/parallel-ssh/
What am I missing? any help would be appreciated.
I have installed the VS tools (vs_BuildTools.exe) and ran the updates. I tried to install different versions of Python 3.9-3.11 and get the same results.
The install appears to complete but there is no executable generated