I have a new MacBook Pro M1 with mini-forge, arch i386 and am trying to run Pandas without success.
As an example, I have a python script with "import pandas as pd" (line 1) which returns error because it can not find Pandas.
File "test.py", line 1, in import pandas as pd ModuleNotFoundError: No module named 'pandas'
I have tried to run (and installed) Pandas both in and outside of en environment installed Pandas both in and outside of an environment but none is recognised and returns the error.
I have installed Pandas - Thats not the problem here.
Do you have any idea of possible solutions for such problem?