Hi,
I didn’t reach to install my favorite PyTango on ubuntu.
The documentation said :
sudo apt-get install python-pytango ->don’t work, no package python-pytango
on pip :
pip3 install PyTango → don’t work
failed building wheel for PyTango
I installed numpy & boost
sudo apt install libboost-all-dev
failed again
tried to install from the sources
and now couldn’t find tango.h
I don’t understand, it was so simple before…
Olivier
Hi Olivier,
Just checked this, and it seems that the package is now called python3-tango.
I was able to install PyTango on a fresh Ubuntu 20.04 installation with
sudo apt install python3-tango
This installs PyTango 9.3.0.
I don’t know however why the package name was changed.
If you want a newer version you can install it from pip, you need libboost-python-dev (for boost-python binding) and libtango-dev (for tango.h and Tango itself).
Hi Jan,
Indeed the cppTango version is 9.2.5 and PyTango is 9.3.0 or 9.3.2 (from pip), but for a simple test (just messing around with TangoTest device) I didn’t notice any problems.