laramies / theHarvester

E-mails, subdomains and names Harvester - OSINT
http://www.edge-security.com/
10.81k stars 1.96k forks source link

plotly import error #389

Closed shyixiu closed 4 years ago

shyixiu commented 4 years ago

Here is the error message:

> python3 theHarvester.py
Traceback (most recent call last):
  File "theHarvester.py", line 5, in <module>
    from theHarvester import __main__
  File "C:\Users\shyix\AppData\Roaming\PentestBox\bin\1.InformationGathering\Domain\theHarvester-master\theHarvester\__main__.py", line 7, in <module>
    from theHarvester.lib import reportgraph
  File "C:\Users\shyix\AppData\Roaming\PentestBox\bin\1.InformationGathering\Domain\theHarvester-master\theHarvester\lib\reportgraph.py", line 5, in <module>
    import plotly.plotly as py
  File "C:\Users\shyix\AppData\Roaming\PentestBox\base\python3\lib\site-packages\plotly\plotly\__init__.py", line 4, in <module>
    _chart_studio_error("plotly")
  File "C:\Users\shyix\AppData\Roaming\PentestBox\base\python3\lib\site-packages\_plotly_future_\__init__.py", line 49, in _chart_studio_error
    submodule=submodule
ImportError:
The plotly.plotly module is deprecated,
please install the chart-studio package and use the
chart_studio.plotly module instead.

I solved it by downgrade plotly to version 3.8.1

python3 -m pip uninstall plotly
python3  -m pip install plotly==3.8.1
tylerjkline commented 4 years ago

Interesting. I remember months back this used to be a problem with The Harvester, I remember it being fixed but it seems our friend is back!

L1ghtn1ng commented 4 years ago

Can you make sure you are running the latest version of theHarvester from git and upgrade and do you get the same issue?


From: tylerjkline notifications@github.com Sent: Wednesday, February 5, 2020 7:01:05 AM To: laramies/theHarvester theHarvester@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: Re: [laramies/theHarvester] plotly import error (#389)

Interesting. I remember months back this used to be a problem with The Harvester, I remember it being fixed but it seems our friend is back!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/laramies/theHarvester/issues/389?email_source=notifications&email_token=AA3V2QTN4KXA64FUZSK76HLRBJP3DA5CNFSM4KQFRZQKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEK2LUGA#issuecomment-582269464, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AA3V2QVZUK7HHATDT4NKZN3RBJP3DANCNFSM4KQFRZQA.

shyixiu commented 4 years ago

Can you make sure you are running the latest version of theHarvester from git and upgrade and do you get the same issue? ____ From: tylerjkline notifications@github.com Sent: Wednesday, February 5, 2020 7:01:05 AM To: laramies/theHarvester theHarvester@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: Re: [laramies/theHarvester] plotly import error (#389) Interesting. I remember months back this used to be a problem with The Harvester, I remember it being fixed but it seems our friend is back! — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub<#389?email_source=notifications&email_token=AA3V2QTN4KXA64FUZSK76HLRBJP3DA5CNFSM4KQFRZQKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEK2LUGA#issuecomment-582269464>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AA3V2QVZUK7HHATDT4NKZN3RBJP3DANCNFSM4KQFRZQA.

Thanks for your answer. The latest version has fixed this issue.

NotoriousRebel commented 4 years ago

as this has been resolved, closing!