Я пытаюсь установить панд с помощью pip3, но установка не удалась.Я переустановил NumPy, как рекомендует ошибка, но это не помогло.Поиск Google не смог найти решение для меня.
Я установил:
- Python 3.6.5-1
- numpy 1.14.4
Я использую "pand3 install pandas", и пытаюсь установить pandas 0.23.0.Вот ошибка:
ImportError:
Importing the multiarray numpy extension module failed. Most
likely you are trying to import a failed build of numpy.
If you're working with a numpy git repo, try `git clean -xdf` (removes all
files not under version control). Otherwise reinstall numpy.
Original error was: Could not load module /QOpenSys/pkgs/lib/python3.6/site-packages/numpy/core/multiarray.so.
The local-exec model was used for thread-local
storage, but the module is not the main program.
Examine the .loader section header with the 'dump -Hv' command.