You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If using python3.12, PyQt6 is needed. Therefore, the solution is to install it, pip3 install PyQt6. Maybe it could be added to the dependencies.
Here, the output error:
------------------RESULTS-----------------------
SIM TIME -- 20.00 seconds | WALL TIME -- 10.27 seconds
EXIT STATUS -- Timeout: Simulation end time reached.
/workspaces/rotorpy/rotorpy/utils/plotter.py:213: UserWarning: FigureCanvasAgg is non-interactive, and thus cannot be shown
plt.show()
/venvs/rotor_py_sim/lib/python3.12/site-packages/matplotlib/animation.py:872: UserWarning: Animation was deleted without rendering anything. This is most likely not intended. To prevent deletion, assign the Animation to a variable, e.g. `anim`, that exists until you output the Animation using `plt.show()` or `anim.save()`.
warnings.warn(
/workspaces/rotorpy/rotorpy/utils/plotter.py:200: UserWarning: FigureCanvasAgg is non-interactive, and thus cannot be shown
plt.show()
The text was updated successfully, but these errors were encountered:
Hi! This is just an FYI type of issue.
If using python3.12, PyQt6 is needed. Therefore, the solution is to install it,
pip3 install PyQt6
. Maybe it could be added to the dependencies.Here, the output error:
The text was updated successfully, but these errors were encountered: