jmausolf / poshmark_sharing

BSD 3-Clause "New" or "Revised" License
111 stars 58 forks source link

ModuleNotFoundError: No module named 'urllib3' #24

Open ThowawayClass opened 4 years ago

ThowawayClass commented 4 years ago

MacBook-Pro:poshmark_sharing Jaci$ python3 share_war.py Traceback (most recent call last): File "share_war.py", line 3, in from selenium import webdriver File "/Users/Jaci/poshmark_sharing/selenium/webdriver/init.py", line 18, in from .firefox.webdriver import WebDriver as Firefox # noqa File "/Users/Jaci/poshmark_sharing/selenium/webdriver/firefox/webdriver.py", line 29, in from selenium.webdriver.remote.webdriver import WebDriver as RemoteWebDriver File "/Users/Jaci/poshmark_sharing/selenium/webdriver/remote/webdriver.py", line 27, in from .remote_connection import RemoteConnection File "/Users/Jaci/poshmark_sharing/selenium/webdriver/remote/remote_connection.py", line 24, in import urllib3 ModuleNotFoundError: No module named 'urllib3'