0

I am receiving following error message when trying to run a python program using pymatgen on a linux remote server:

ImportError: /home/user/.local/lib/python3.6/site-packages/pymatgen/util/coord_cython.cpython-36m-x86_64-linux-gnu.so: undefined symbol: __intel_sse2_strlen

The error pops up as soon as I try to import pymatgen.

I am new to programming and Linux and I am running my code from text files via terminal.

I installed pymatgen using pip and i have, following suggestions from various forums, used the command

export CC=gcc

followed by an uninstallation and reinstallation of pymatgen to try and change the compiler. I have also appended the .bashrc file with the export command, but nothing has helped so far.

Lau
  • 1

0 Answers0