MahmoudAbdelRahman / GH_CPython

CPython plugin for Rhino-Grasshopper
BSD 2-Clause "Simplified" License
175 stars 38 forks source link

ModuleNotFoundError: No module named 'numpy' #32

Open Aban6 opened 5 years ago

Aban6 commented 5 years ago

Hi, Thank you very much for this awesome work! I have installed Anaconda on my computer and launched Rhino as Administrator. When I try to import numpy, CPython shows an error not fiding 'numpy'. I'd appreciate if you could help me here. Thank you

MahmoudAbdelRahman commented 4 years ago

Hi @Aban6, You need to specify the location of the interpreter first (make sure you choose the anaconda address), as follows: or goto python > interpreter ..

kastnerp commented 2 years ago

This worked for me: https://github.com/MahmoudAbdelRahman/GH_CPython/issues/40