Running scripts that need other libs installed #177
Replies: 5 comments 3 replies
-
I'm not sure I fully understand your question. Pyscript can import external packages, but those packages need to be installed (eg, via |
Beta Was this translation helpful? Give feedback.
-
I haven't tested this, but try putting your external package requirements in the file |
Beta Was this translation helpful? Give feedback.
-
I am trying to do the same and getting the same errors regarding the selenium webdriver. Placed "selenium" in requirements.txt |
Beta Was this translation helpful? Give feedback.
-
The issue here is the selenium also requires the installation of a web driver, which is not installable via pip. |
Beta Was this translation helpful? Give feedback.
-
Any luck here? I am trying to build an application / scraper that relies on being logged into a certain website. I see Selenium as an option to allow the user to manually login to allow the scrpaing to take place but I would need to automate the download of the driver. Maybe something like this? |
Beta Was this translation helpful? Give feedback.
-
Can I run python scripts that depend on some external libraries (like selenium, BeautifulSoup, and chromium) using pyscript? currently I'm running the script on my rPi and just sending the result to HA. I'd like to run it locally.
Beta Was this translation helpful? Give feedback.
All reactions