Skip to content

Please update installation guide #1302

@beenotung

Description

@beenotung

If I clone this projec then run the zeronet.py, it doesn't work.

Even after I run sudo pip install -r requirements.txt, It doesn't works.

beenotung:ZeroNet$ ./zeronet.py 
- Starting ZeroNet...
ERROR:root:Unhandled exception: No module named gevent
Traceback (most recent call last):
  File "./zeronet.py", line 18, in main
    import main
  File "/home/beenotung/local/opt/ZeroNet/src/main.py", line 9, in <module>
    import gevent
ImportError: No module named gevent
Traceback (most recent call last):
  File "./zeronet.py", line 91, in <module>
    main()
  File "./zeronet.py", line 64, in main
    traceback.print_exc(file=open(config.log_dir + "/error.log", "a"))
AttributeError: 'Config' object has no attribute 'log_dir'

Maybe related to #1056

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions