Replies: 1 comment 7 replies
-
Hey @kmulh-1, this definitely isn't an issue with the code in camply but more likely an issue with the version of numpy camply uses: Lines 23 to 24 in 879caf6 This probably means that numpy doesn't have an available binary for the RaspberryPi platform you're using. What Python version are you installing camply into? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I developed a python app with the library on my mac using vscode and it works fine. If I move the .py file to my raspberry pi, pip install camply and then run the app I get the following error.
ImportError: Unable to import required dependencies:
numpy: Error importing numpy: you should not try to import numpy from
its source directory; please exit the numpy source tree, and relaunch
your python interpreter from there.
Is this a problem with the way numpy is imported in the camply library or likely a setup problem on my side?
Thanks - Ken.
Beta Was this translation helpful? Give feedback.
All reactions