google-research/electra

NumPy Import Error

tommybean opened this issue · 2 comments

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?

Could you post the traceback and the arguments specified?

@AetherPrior Sure.
Inkednumpyerror1_LI
Inkednumpyerror2_LI
I also did make sure that mkl-service is installed.