HelloZeroNet / HelloZeroNet/ZeroNet
Please update installation guide
- Lingua principale
- JavaScript
- Stelle
- 18.8k
- Fork
- 2.3k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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
import gevent
ImportError: No module named gevent
Traceback (most recent call last):
File "./zeronet.py", line 91, in
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 https://github.com/HelloZeroNet/ZeroNet/issues/1056
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.