Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyQt6 needed for Python3.12 #12

Open
edwinpha opened this issue Nov 14, 2024 · 1 comment
Open

PyQt6 needed for Python3.12 #12

edwinpha opened this issue Nov 14, 2024 · 1 comment

Comments

@edwinpha
Copy link

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:

------------------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()
@spencerfolk
Copy link
Owner

Thanks for the heads up! I will take a look at this and make sure there are no other conflicts if PyQt6 is installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants