You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm using an add-on that requires the pillow package. However, when I try to install the package, it throws:
ERROR: Could not install packages due to an OSError: [Errno 30] Read-only file system: '/app/blender/4.2/python/lib/python3.11/site-packages/pillow.libs'
Here is the python script I used to install the package:
importpippip.main(['install','pillow'])
It seems that the flatpak sandboxed environment is the cause of the problem. Is it possible to solve the problem? Thanks!
The text was updated successfully, but these errors were encountered:
yar2001
changed the title
How to install Python packages?
Cannot install Python packages due to read-only file system
Sep 19, 2024
Hi, I'm using an add-on that requires the
pillow
package. However, when I try to install the package, it throws:Here is the python script I used to install the package:
It seems that the flatpak sandboxed environment is the cause of the problem. Is it possible to solve the problem? Thanks!
The text was updated successfully, but these errors were encountered: