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 @max-krichenbauer ,
Thank you for taking the time to put this package together.
I've been trying to use this package to wrap a ROS2 package in its own virtual environment so that it can run its own version of python + packages but have been unsuccessful. It appears that the ROS2 node is still trying to import a python library in the requirements.txt file from the system level pip installs & not the project's virtualenv.
Do you know if this is a viable use case?
Thank you for your time!
The text was updated successfully, but these errors were encountered:
Hi @max-krichenbauer ,
Thank you for taking the time to put this package together.
I've been trying to use this package to wrap a ROS2 package in its own virtual environment so that it can run its own version of python + packages but have been unsuccessful. It appears that the ROS2 node is still trying to import a python library in the requirements.txt file from the system level pip installs & not the project's virtualenv.
Do you know if this is a viable use case?
Thank you for your time!
The text was updated successfully, but these errors were encountered: