brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

Module importing error on Eclipse #14869

Open core-ai-bot opened 2 years ago

core-ai-bot commented 2 years ago

Issue by tasmima14 Tuesday Jun 15, 2021 at 19:20 GMT Originally opened as https://github.com/adobe/brackets/issues/15359


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?

eclipseBotError