-
Notifications
You must be signed in to change notification settings - Fork 425
Open
Description
I generated a fresh new anaconda environment including matplotlib 3.1.1 and pyqt 5.9.2
updated_environment.yml.txt
but when I try to execute
ipython RollDieDynamic.py 6000 1
i receive the message
QApplication: invalid style override passed, ignoring it.
(Notice that no problems arise when I execute python RollDieDynamic.py 6000 1, i.e. the python interpreter directly.
In order to correctly execute the command
ipython RollDieDynamic.py 6000 1
I need to set up a new environment with matplotlib 2.2.2 and pyqt 5.6
working_environment.yml.txt
It is advisable that a working environment is published along the code, so as to guarantee that all the examples will work without any problems.
Metadata
Metadata
Assignees
Labels
No labels