Can I create a virtual environment for Python 3?
Hello, everyone!
Sorry for my question, I'm really noob in ROS.
I have made an application for object detection using python 3 and TensorFlow 2.1 on my Windows 10 laptop. Now I need to install it on the PC with Ubuntu 16.04 and python 2.7 using ROS.
Is it possible to create something like a virtual environment within ROS, where I can use python 3?
On my laptop I used Anaconda for creating virtual environments, but on that PC it seems like ROS has conflicts with Anaconda. And my application only can work with python 3
Hope, you can help!