yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #29770
[Question #707167]: ModuleNotFoundError: No module named 'pandas'
New question #707167 on Yade:
https://answers.launchpad.net/yade/+question/707167
Hi! I am trying to test the code 'oedometric.py' in the folder 'clumps-breakage' (https://gitlab.com/yade-dev/trunk/blob/master/examples/clumps-breakage/oedometric.py) on ubuntu 22.04 but failed. The error is presented as below:
Traceback (most recent call last):
File "/home/kyle7/Yade/install/bin/yade-2023-05-15.git-a46ea55", line 343, in runScript
execfile(script,globals())
File "/usr/lib/python3/dist-packages/past/builtins/misc.py", line 87, in execfile
exec_(code, myglobals, mylocals)
File "/home/kyle7/Yade/install/bin/clumps-breakage/oedometric.py", line 3, in <module>
import pandas as pd
ModuleNotFoundError: No module named 'pandas'
Can someone help me with this? Many thanks.
Kyle
--
You received this question notification because your team yade-users is
an answer contact for Yade.