I have installed tensorflow and OpenCV in a virtual environment (located pi/projects/env)
In terminal I can access the environment then run "python3" to test if tensorflow is working. But I don't know how I can use tensorflow/opencv from an IDE (importing the libraries doesn't work) and gives an error saying the module has not been found.
So how do I add the path to the libraries to my IDE so it compilies the libraries?
*I am currently using Geany IDE on a raspberry pi 4
source https://stackoverflow.com/questions/72059544/linux-python-how-to-use-libraries-from-an-ide
Comments
Post a Comment