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
{{ message }}
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
Hello,
I am using Python 3.9 on Windows 10. I am trying to use botometer module for one of my tasks. That is why I imported botometer using "import botometer" on my Eclipse. However, it is showing ModuleNotFound error.
I used "from botometer import Botometer" as well but failed.
To install botometer I tried "pip install botometer" on my cmd. After that I tried to re-run Eclipse, but that did not work. Again, I downloaded Botometer 1.6 from pypi.org -> Download files. It did not solve the issue as well.
I am assuming there is a problem in the PATH. But I am new to this area and that is why I am not sure what I should do to solve this issue. I am attaching a picture of my downloaded file, my eclipse workspace and my code. Can anyone please help me?
The text was updated successfully, but these errors were encountered:
Description
Hello,
I am using Python 3.9 on Windows 10. I am trying to use botometer module for one of my tasks. That is why I imported botometer using "import botometer" on my Eclipse. However, it is showing ModuleNotFound error.
I used "from botometer import Botometer" as well but failed.
To install botometer I tried "pip install botometer" on my cmd. After that I tried to re-run Eclipse, but that did not work. Again, I downloaded Botometer 1.6 from pypi.org -> Download files. It did not solve the issue as well.
I am assuming there is a problem in the PATH. But I am new to this area and that is why I am not sure what I should do to solve this issue. I am attaching a picture of my downloaded file, my eclipse workspace and my code. Can anyone please help me?
The text was updated successfully, but these errors were encountered: