主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Muthu Vellayan
活动总数
3
最后的活动
2024年06月19日 08:18
成员加入日期
2024年06月17日 11:17
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
1
活动概览
帖子(0)
评论(2)
Muthu Vellayan
进行了评论,
2024年06月19日 08:18
This worked for me:pip3 freeze | sort > requirements.txt pip3 uninstall -r requirements.txt arch -arm64 pip3 install -r requirements.txt
社区
PyCharm
Cannot import NumPy module in PyCharm (but it runs fine in the terminal window on Mac) and I keep receiving the below import error:
0 票
Muthu Vellayan
进行了评论,
2024年06月17日 11:17
I've uninstalled & installed using pip as well as the IDE. They same behavior. It works from the command line python3 but not IDE. The IDE generates the error above. Something so sophisticated...
社区
PyCharm
Cannot import NumPy module in PyCharm (but it runs fine in the terminal window on Mac) and I keep receiving the below import error:
0 票