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
This is a fantastic tutorial thank you! I have a quick question:
What is the correct way to install Python packages so that they can be imported in the service python script under the dedicated service user?
E.g., i'd like to import gpustat or pySMART inside the Python script, but I believe it says module not found, no doubt because conda or pip had installed those packages in my normal user environment.
Thank you!
The text was updated successfully, but these errors were encountered:
Awesome thank you Oleg - do i need to log into service user account to set this venv up, or can I create the venv under another user and then point the service script to it by choice of /usr/bin/python etc? cheers
This is a fantastic tutorial thank you! I have a quick question:
What is the correct way to install Python packages so that they can be imported in the service python script under the dedicated service user?
E.g., i'd like to import gpustat or pySMART inside the Python script, but I believe it says module not found, no doubt because conda or pip had installed those packages in my normal user environment.
Thank you!
The text was updated successfully, but these errors were encountered: