Ulab Problems
Posted: Tue Jan 19, 2021 1:02 am
I have been trying to upload ulab in firmware. I have used this bin fileESP32/v1.12_with_ulab/ulab_v0.54.0_2020 ... -07-29.bin. I get this burn into my esp32 and see Ulab is in the boot. The following are the function in ulab. encode -- <function>
find -- <function>
rfind -- <function>
index -- <function>
rindex -- <function>
join -- <function>
split -- <function>
splitlines -- <function>
rsplit -- <function>
startswith -- <function>
endswith -- <function>
strip -- <function>
lstrip -- <function>
rstrip -- <function>
format -- <function>
replace -- <function>
count -- <function>
partition -- <function>
rpartition -- <function>
center -- <function>
lower -- <function>
upper -- <function>
isspace -- <function>
isalpha -- <function>
isdigit -- <function>
isupper -- <function>
islower -- <function>
error code ImportError: no module named 'numpy'
I am running version download ok
exec(open('ulab.py').read(),globals())
you are running ulab version 0.54.0
What pray tell am I doing wrong? Where is the numpy?
find -- <function>
rfind -- <function>
index -- <function>
rindex -- <function>
join -- <function>
split -- <function>
splitlines -- <function>
rsplit -- <function>
startswith -- <function>
endswith -- <function>
strip -- <function>
lstrip -- <function>
rstrip -- <function>
format -- <function>
replace -- <function>
count -- <function>
partition -- <function>
rpartition -- <function>
center -- <function>
lower -- <function>
upper -- <function>
isspace -- <function>
isalpha -- <function>
isdigit -- <function>
isupper -- <function>
islower -- <function>
error code ImportError: no module named 'numpy'
I am running version download ok
exec(open('ulab.py').read(),globals())
you are running ulab version 0.54.0
What pray tell am I doing wrong? Where is the numpy?