-
Notifications
You must be signed in to change notification settings - Fork 46
DeprecationWarning when using taurus newgui CLI #1119
Comments
Hi, welcome to the community! Regarding the deprecation warning, I can reproduce it when I run Can you please report which version of taurus are you using ( Also, if possible, it would be great if you could check if you reproduce the issue with taurus from the develop branch? PS: Regarding the crash, note that this bug in tango that is causing quite a lot of crashes in taurus, is probably fixed with cpptango 9.3.4-rc5 |
Hi all,
Kind of similar error message to the one from #1086 |
Hi thanks for all your tips! I reinstalled both tango and taurus (with all needed dependencies) because I could not remember exactly how I installed all of the dependencies (I usually do it through pip). After reinstalling, |
ok, I am glad to hear you are no longer blocked by this issue... still, if you want us to have a look at the problem with the designer, please provide the info about installed versions and installed method.
I normally use either deb packages (but they are not as up-to-date) or conda. Here you have a recipe for installing taurus and all its dependencies which should leave you with a working installation |
Hey everyone,
I'm pretty new to taurus and thus facing a problem I can't fix by myself. I'm running taurus, tango and sardana on Linux Mint 19.3 and python3 and am currently trying to set up a new gui configuration in taurus. I have installed all of the dependencies for taurus except the
PyQt4.Qwt5<=5.2
(but I think that should not be a problem since I'm using pyqtgraph).Now when I run
taurus newgui
ortaurus designer
I get the following warning:And what puzzles me most about this is that besides
designer
andnewgui
all other taurus applications run without a problem. I can plot usingtaurus tpg
, I can read and write attributes within thetaurus panel
ortaurus device
.Has anyone else encountered this or does anyone know what possible solutions there could be?
The text was updated successfully, but these errors were encountered: