Navigation Menu

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

Matplotlib/numpy issue inside RPI3 container #27

Closed
mo3rfan opened this issue Dec 21, 2017 · 1 comment
Closed

Matplotlib/numpy issue inside RPI3 container #27

mo3rfan opened this issue Dec 21, 2017 · 1 comment

Comments

@mo3rfan
Copy link

mo3rfan commented Dec 21, 2017

root@black-pearl:/psl-librtcdcpp# python3 python/stress_test.py RuntimeError: module compiled against API version 0xc but this version of numpy is 0xb
Traceback (most recent call last):  File "python/stress_test.py", line 10, in <module>
    import matplotlib.pyplot as plt  File "/usr/local/lib/python3.6/dist-packages/matplotlib/pyplot.py", line 32, in <module>
    import matplotlib.colorbar  File "/usr/local/lib/python3.6/dist-packages/matplotlib/colorbar.py", line 32, in <module>
    import matplotlib.artist as martist  File "/usr/local/lib/python3.6/dist-packages/matplotlib/artist.py", line 16, in <module>
    from .path import Path
  File "/usr/local/lib/python3.6/dist-packages/matplotlib/path.py", line 25, in <module>
    from . import _path, rcParams
ImportError: numpy.core.multiarray failed to import

Tried docker build with --no-cache.

Host OS: HypriotOS on RPI3
Docker version 17.11.0-ce, build 1caf76c

Saw a bunch of these during docker build: seccomp: config provided but seccomp not supported..

@mo3rfan
Copy link
Author

mo3rfan commented Dec 22, 2017

Trying to build without default seccomp results in:

HypriotOS/armv7: pirate@black-pearl in ~/webrtc/librtcdcpp on master
$ docker build --no-cache --security-opt seccomp=unconfined -f Dockerfile-debian.armv7 -t librtcdcpp:latest .    
Error response from daemon: The daemon on this platform does not support setting security options on build

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

No branches or pull requests

1 participant