1aN0rmus / TekDefense-Automater

Automater - IP URL and MD5 OSINT Analysis
www.tekdefense.com
MIT License
534 stars 121 forks source link

AttributeError: 'module' object has no attribute 'packages' #25

Closed housemusic42 closed 8 years ago

housemusic42 commented 8 years ago

Getting this error after trying run the latest code push from the git repo

yo@supfoo ~/other/TekDefense-Automater $ python Automater.py 4.4.4.4
Traceback (most recent call last):
  File "Automater.py", line 40, in <module>
    from siteinfo import SiteFacade, Site
  File "/home/yo/other/TekDefense-Automater/siteinfo.py", line 40, in <module>
    requests.packages.urllib3.disable_warnings()
AttributeError: 'module' object has no attribute 'packages'
yo@supfoo ~/other/TekDefense-Automater $
mixedup4x4 commented 8 years ago

I put the new Automater files in their own folder to temporarily get around that issue.

housemusic42 commented 8 years ago

arg... i updated my urllib3 and requests and we're back in business. PEBKAC!

thanks for a great tool!