ZeroNet icon indicating copy to clipboard operation
ZeroNet copied to clipboard

Unhandled exception: ModuleNotFoundError: No module named 'gevent'

Open theredenemy opened this issue 5 years ago • 1 comments

Step 1: Please describe your environment

  • ZeroNet version: 0.7.1
  • Operating system: Windows 10
  • Web browser: Chrome
  • Tor status: not available/always/disabled
  • Opened port: yes
  • Special configuration: ____

Step 2: Describe the problem:

Steps to reproduce:




Observed Results:

Traceback (most recent call last): File "F:\ZeroNet-win-dist-win64\ZeroNet-win-dist-win64\core\zeronet.py", line 16, in main import main File "F:\ZeroNet-win-dist-win64\ZeroNet-win-dist-win64\core\src\main.py", line 9, in import gevent ModuleNotFoundError: No module named 'gevent'

Expected Results:

  • What did you expect to happen?

theredenemy avatar Jul 01 '20 01:07 theredenemy

You need to start zeronet.exe, or lib\zeronet.cmd (for command line) or install the required modules using python3 -m pip install -r requirements.txt

HelloZeroNet avatar Jul 01 '20 16:07 HelloZeroNet