Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Muthu Vellayan
Total activity
3
Last activity
June 19, 2024 08:18
Member since
June 17, 2024 11:17
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (0)
Comments (2)
Muthu Vellayan
commented,
June 19, 2024 08:18
This worked for me:pip3 freeze | sort > requirements.txt pip3 uninstall -r requirements.txt arch -arm64 pip3 install -r requirements.txt
Community
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 votes
Muthu Vellayan
commented,
June 17, 2024 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...
Community
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 votes