ModuleNotFoundError: No module named 'PIL' in Fusion360 environment

Viewed 196

I am working on fusion360 python API and face some library issue. Actually, I import PIL python library in my code and it give the error that ModuleNotFoundError: No module named 'PIL'. Can anyone knows how to add the external python libraries in Fusion360 environment that allows me to use the PIL python library for fusion360 API ?

enter image description here

1 Answers
Related