Hi there!
I tired to import numpy in Rhino BETA (Script editor) and there is error in “importing numpy”
Please see the attached screenshot for the reference.
@Kanika_Rajain try removing the comments at the top of the file. It looks like there is a bug in the requirements parsing code and what you tried to run will not install numpy.
This successfully installs numpy for me:
#! python3
# r: numpy
import numpy
print(numpy.__version__)
Thanks for reporting this bug! We are tracking this as RH-77906 ScriptEditor: Python requirements are not parsed in the example file
Many thanks for your assistance ![]()
Noted, thanks!
