I have some .py files that include " import Image " script . Do I need to install PIL? And if so how can install PIL on Nao without internet connection
Asked
Active
Viewed 43 times
1 Answers
0
I dont know if it is alredy installed in 1.14.5 but you can test it easily.
Connect with Putty
type "python"
type "import Image"
If the import succeeds, you dont need to install it.
Another Option is to list all installed pip packages with pip list
doc
Check out this on how to install pip packages offline

TVK
- 1,042
- 7
- 21