Hi,
I have been using CodeRunner and a JOBE server for several months without any problem at all. I recently created a few exercises in Moodle using Numpy and Pandas. I was able to use Numpy without problem, as usual. But when I tried to import Pandas, the JOBE server returned an error when importing the package:
ImportError: /usr/local/lib/python3.6/dist-packages/pandas/_libs/join.cpython-36m-x86_64-linux-gnu.so: failed to map segment from shared object
When I logged into my JOBE server through SSH, call python3 and import Pandas from the interpreter, it works without any problem. I use Ubuntu and I installed Pandas using pip3. I enabled the logs but it didn't show any error...
I saw in this forum a similar issue from another person who was unsuccessful importing Numpy but I couldn't find a solution to my problem.
Any help would be welcome!
Thank you.