Install requests in Rhino Python without terminal

128 Views Asked by At

I am trying to install requests so I can use it in the GHPython component in Grasshopper, which runs IronPython, but it does not have a terminal. I have tried manually putting the module files into the lib folder but when I put in requests, there is an error " No module names urllib3" but when I put urllib3 into the folder, the error becomes "unexpected token 'f'". How should I install it or am I doing something wrong?

0

There are 0 best solutions below