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
Hi, using a raspberry pi zero with fresh bullseye install. I followed the steps to install the dockerfile, but am met with a numpy import error when I try to enter the environment with:
docker exec -it chasemapper /bin/bash
I followed every step listed in the docker guide but get an identical error as described in several online posts. It seems that python 3.7 and numpy 1.21 are incompatible. Any fixes? I've tried removing and reinstalling numpy, updating, stopping and restarting the container, and pulling latest version.
The text was updated successfully, but these errors were encountered:
Hi, using a raspberry pi zero with fresh bullseye install. I followed the steps to install the dockerfile, but am met with a numpy import error when I try to enter the environment with:
I followed every step listed in the docker guide but get an identical error as described in several online posts. It seems that python 3.7 and numpy 1.21 are incompatible. Any fixes? I've tried removing and reinstalling numpy, updating, stopping and restarting the container, and pulling latest version.
The text was updated successfully, but these errors were encountered: