wasp simulation error
#1
Sad 
sir,
while using simulator of wasp os am getting some error as mention below:-



raise UnsupportedError(pixels2d, "numpy module could not be loaded")

sdl2.ext.compat.UnsupportedError: 'numpy module could not be loaded'



can you share something about this error. what should i do further to overcome this error ! thankyou
#2
(06-24-2020, 04:01 AM)pratyush049 Wrote: sir,
while using simulator of wasp os am getting some error as mention below:-



raise UnsupportedError(pixels2d, "numpy module could not be loaded")

sdl2.ext.compat.UnsupportedError: 'numpy module could not be loaded'



can you share something about this error. what should i do further to overcome this error ! thankyou

Did you (sucessfully) run the commands from the building guide to set things up to run the simulator?


Building wasp-os and launching the wasp-os simulator requires Python 3.6 (or later) and the following python modules: click, numpy, pexpect, PIL (or Pillow), pyserial, pysdl2.

On Debian Buster the requires python modules can be obtain with the following commands:
Code:
sudo apt install \
  git build-essential libsdl2-2.0.0 \
  python3-click python3-numpy python3-pexpect \
  python3-pil python3-pip python3-serial
pip3 install --user pysdl2
PineTime: wasp-os and MicroPython, Pinebook Pro:  Debian Bullseye


Possibly Related Threads…
Thread Author Replies Views Last Post
  wasp-os status erikzoltan 5 1,412 10-06-2023, 11:32 AM
Last Post: xet7
  Error: Device rejected by app jojuma 1 887 05-21-2023, 07:03 PM
Last Post: Kevin Kofler
  Wasp-os editing main.py Mpoint 4 2,843 08-07-2021, 02:34 PM
Last Post: danielt

Forum Jump:


Users browsing this thread: 1 Guest(s)