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
File "app.py", line 5, in
account = LinkedInAccount(
File "anaconda3\envs\r_base_n\lib\site-packages\staffspy_init_.py", line 33, in init
self.login()
File "anaconda3\envs\r_base_n\lib\site-packages\staffspy_init_.py", line 38, in login
self.session = login.load_session()
File "anaconda3\envs\r_base_n\lib\site-packages\staffspy\utils\utils.py", line 241, in load_session
session = self.login_browser()
File "anaconda3\envs\r_base_n\lib\site-packages\staffspy\utils\utils.py", line 211, in login_browser
raise Exception("driver not found for selenium")
Exception: driver not found for selenium
Even though I installed the package as you suggested, I am still getting the "driver not found for selenium" error.
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "app.py", line 5, in
account = LinkedInAccount(
File "anaconda3\envs\r_base_n\lib\site-packages\staffspy_init_.py", line 33, in init
self.login()
File "anaconda3\envs\r_base_n\lib\site-packages\staffspy_init_.py", line 38, in login
self.session = login.load_session()
File "anaconda3\envs\r_base_n\lib\site-packages\staffspy\utils\utils.py", line 241, in load_session
session = self.login_browser()
File "anaconda3\envs\r_base_n\lib\site-packages\staffspy\utils\utils.py", line 211, in login_browser
raise Exception("driver not found for selenium")
Exception: driver not found for selenium
Even though I installed the package as you suggested, I am still getting the "driver not found for selenium" error.
The text was updated successfully, but these errors were encountered: