polkascan / harvester

Polkascan Harvester
GNU General Public License v3.0
18 stars 11 forks source link

Error: (ModuleNotFoundError: No module named 'app') #7

Closed SWS-5007 closed 1 year ago

SWS-5007 commented 1 year ago

Hi, When I run this command python app/harvester.py --force-start, I am getting Error like below.

Traceback (most recent call last): File "E:\Source\harvester\app\harvester.py", line 22, in from app import settings as app_settings, version, jobs ModuleNotFoundError: No module named 'app'

How to solve this Error? Please help me.

arjanz commented 1 year ago

Add the root of the harvester dir to your PYTHONPATH