Pycharm installing packages
Answered
I've tried to install pandas packages, however when i do it and import it in the code, i get this error message:
ImportError: Missing required dependencies ['numpy']
Next i tried to install numpy, however when i do it, i get the following message error:
ImportError: cannot import name ccompiler
Can someone help me please?
thanks
Please sign in to leave a comment.
Hi,
Could you please try to install it from the system terminal (outside of PyCharm) using the same interpreter? Do you have the same error?
If not, please attach a screenshot showing the problem.