Hello,
Just like Python Version, we also have Pythonnet which is bridge between Python and .NET. I have experienced many customer queries of having compatibility issue with Python 3.8. As 3.8 is recommended Python version for connecting with ZOS API Python but still the bridge (Pythonnet) needs to be compatible with Python version. Then only we can connect and run ZOS API properly. Now a days Python editors like PyCharm, Spyder, Jupyter etc. recommending Pythonnet 3.0.1 for Python 3.8.3 to Python 3.8.5. Pythonnet 3.0.1 is not fully compatible with Python Version 3.8.3 to Python 3.8.5. If you have installed this version uninstall Pythonnet 3.0.1 and reinstall pythonnet2.5.2 Version using the command in your console.
pip install pythonnet==2.5.2
If not, you will receive the error message “Failed to initialize pythonnet”.
Thanks
Sahil