NumPy Import Error
tommybean opened this issue · 2 comments
tommybean commented
Whenever I try to use run_pretraining.py I get an error telling me that importing the NumPy C-extensions failed. I have already verified I am using the correct Python version and NumPy version the error specifies, Python 3.6 and NumPy 1.18.5. Additionally, this error only seems to occur when using a virtual environment with Tensorflow 1.15.
Has anyone else run into this issue? If so, how did you resolve it?
AetherPrior commented
Could you post the traceback and the arguments specified?
tommybean commented
@AetherPrior Sure.
I also did make sure that mkl-service is installed.