Pycharm installing packages
已回答
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
请先登录再写评论。
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.