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

printrun: add python-numpy dependency #21584

Merged
merged 1 commit into from
May 5, 2020

Conversation

ryanmjacobs
Copy link
Contributor

@ryanmjacobs ryanmjacobs commented May 3, 2020

plater would not start without Python 2.7 numpy being installed.

ryan@void ~ $ plater
/usr/lib/python2.7/site-packages/wx-3.0-gtk2/wx/_core.py:16629: UserWarning: wxPython/wxWidgets
  warnings.warn("wxPython/wxWidgets release number mismatch")
Traceback (most recent call last):
  File "/bin/plater", line 23, in <module>
    from printrun.stlplater import StlPlater
  File "/usr/lib/python2.7/site-packages/printrun/stlplater.py", line 36, in <module>
    from printrun import stltool
  File "/usr/lib/python2.7/site-packages/printrun/stltool.py", line 23, in <module>
    import numpy
ImportError: No module named numpy

@Hoshpak Hoshpak merged commit 5034edb into void-linux:master May 5, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants