I have already seen posts here for a similar topic. Still, I feel that my situation is a bit different.
What are the prerequirements for PyTango installation in Python 3 for Windows 10?
I have been using PyTango with Python 2.7 and it works fine here. But now I need to make a Tango Device a WebSocket client and relevant Python libraries mostly work only in Python 3.
Have a Conda environment with Python 3.9 and I was trying to install PyTango with “pip install pytango”, .whl file and by referring to PyTango in GitLab. In all of the cases I get the same error messages.
I used it a few weeks ago, but with Python 3.8.9 installed using the exe file from https://www.python.org/.
Then installing PyTango with pip worked well and PyTango itself also worked well.