<html><head> <title></title> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> </head> <body style="font-family:Helvetica;color:#000000;font-size:13px;"> <div id="CanaryBody"> <div>Hi,</div><div><br></div><div>I am following the website docs for the test of graalpython</div><div><a href="https://www.graalvm.org/reference-manual/python/">https://www.graalvm.org/reference-manual/python/</a> </div><div><br></div><div>The installation of pandas seems to stop without an error.</div><div><br></div><div>— Would appreciate some advice on how I can possibly fix this.</div><div><br></div><div>Best,</div><div>Marius</div><div><br></div><div>---</div><div><br></div><div>1.) Check for installable packages:</div><div><br></div><div><div>marius@shell:~/Downloads/graalvm-ce-java11-21.1.0/languages/python/bin$ ./graalpython -m ginstall install --help</div><div>usage: ginstall.py install [-h] [--prefix PREFIX] package</div><div><br></div><div>Install a known package. Known packages are pytest, pytest_parallel, py, attrs, pyparsing, packaging, more_itertools,</div><div>…  pandas, scipy, cycler ...</div></div><div><br></div><div>2.) Install package</div><div><br></div><div>graalpython -m ginstall install pandas</div><div>...</div><div><div>building 'pandas._libs.algos' extension</div><div>creating build/temp.linux-x86_64-3.8</div><div>creating build/temp.linux-x86_64-3.8/pandas</div><div>creating build/temp.linux-x86_64-3.8/pandas/_libs</div><div>/home/marius/Downloads/graalvm-ce-java11-21.1.0/languages/llvm/native/bin/graalvm-native-clang -stdlib=libc++ -DNDEBUG -fPIC -DNPY_NO_DEPRECATED_API=0 -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/home/marius/.local/lib/python3.8/site-packages/numpy-1.16.4-py3.8-linux-x86_64.egg/numpy/core/include -I/home/marius/Downloads/graalvm-ce-java11-21.1.0/languages/python/include -c pandas/_libs/algos.c -o build/temp.linux-x86_64-3.8/pandas/_libs/algos.o -Wno-unused-function</div><div><br></div><div>marius@shell:~/Downloads/graalvm-ce-java11-21.1.0/languages/python/bin$ ./graalpython</div><div>Python 3.8.5 (Fri Apr 16 11:46:53 UTC 2021)</div><div>[Graal, GraalVM CE, Java 11.0.11] on linux</div><div>Type "help", "copyright", "credits" or "license" for more information.</div><div>&gt;&gt;&gt; import pandas</div><div>Traceback (most recent call last):</div><div>  File "&lt;stdin&gt;", line 1, in &lt;module&gt;</div><div>ModuleNotFoundError: No module named ‘pandas'</div></div><div><br></div><div><br></div><div>3.) List installed packages</div><div><br></div><div><div>graalpython -m ginstall list</div><div>Installed packages:</div><div><br></div><div>setuptools-41.0.1-py3.8.egg</div><div>setuptools_scm-1.15.0-py3.8.egg</div><div>python_dateutil-2.7.5-py3.8.egg</div><div>six-1.12.0-py3.8.egg</div><div>numpy-1.16.4-py3.8-linux-x86_64.egg</div></div><div><br></div><div><br></div><div>4.) Test interactively</div><div><br></div><div><div>graalpython</div><div>Python 3.8.5 (Fri Apr 16 11:46:53 UTC 2021)</div><div>[Graal, GraalVM CE, Java 11.0.11] on linux</div><div>Type "help", "copyright", "credits" or "license" for more information.</div><div>&gt;&gt;&gt; import pandas as pd</div><div>Traceback (most recent call last):</div><div>  File "&lt;stdin&gt;", line 1, in &lt;module&gt;</div><div>ModuleNotFoundError: No module named 'pandas'</div><div>&gt;&gt;&gt; import numpy as np</div></div></div> <div id="CanaryDropbox"> </div> </body></html>