ContentAutomation/YouTubeUploader

Selenium module not found error

Closed this issue · 1 comments

I get module not found error for selinium. I installed with pip install selinium. Selenium located in : /home/admin/.local/lib/python3.8/site-packages

sudo docker ps -a

CONTAINER ID   IMAGE                         COMMAND                  CREATED        STATUS                    PORTS                                                 NAMES
7f9aa3db   selenium/standalone-firefox   "/opt/bin/entry_poin…"   12 hours ago   Up 17 minutes             0.0.0.0:4444->4444/tcp, :::4444->4444/tcp, 5900/tcp   youtubeuploader_firefox_1
f2eb99409   hello-world                   "/hello"                 14 hours ago   Exited (0) 14 hours ago                                                         interesting_heisenberg

ls /opt/bin returns no file or directory

You need to install all dependencies using poetry. It creates a virtual python environment, so anything you install globally with pip is ignored.