golemfactory / clay

Golem is creating a global market for computing power.
https://golem.network
GNU General Public License v3.0
2.91k stars 284 forks source link

can't run binary testnet node; ERROR Stopping because of 'Cannot start the client' error: No module named 'apps.glambda' #4415

Closed ederenn closed 5 years ago

ederenn commented 5 years ago

Description

Golem Version: GOLEM Version: 0.20.0+dev3.gc178317

Golem-Messages version (leave empty if unsure): golem_messages Version: 3.7.0

Electron version (if used): 0.2.0 v9

OS [e.g. Windows 10 Pro]: all systems

Branch (if launched from source): -

Mainnet/Testnet: testnet

Priority label is set to the lowest by default. To setup higher priority please change the label P0 label is set for Severity-Critical/Effort-easy P1 label is set for Severity-Critical/Effort-hard P2 label is set for Severity-Low/ Effort-easy P3 label is set for Severity-Low/Effort-hard

Description of the issue:

It is not possible to start testnet Golem on any OS in golem.log

2019-07-02 16:22:17 ERROR    golem.node                          Stopping because of 'Cannot start the client' error: No module named 'apps.glambda'

Actual result:

Golem is crashing

Screenshot from 2019-07-02 16-32-04

Steps To Reproduce

  1. Launch testnet node
  2. Error modal displays in Gui
  3. Check logs for error

Logs and any additional context

2019-07-02 16:22:17 ERROR    golem.node                          Stopping because of 'Cannot start the client' error: No module named 'apps.glambda'

Proposed Solution?

(Optional: What could be a solution for that issue)

mfranciszkiewicz commented 5 years ago

Solution

Create empty __init__.py files at the following locations:

ederenn commented 5 years ago

after fix another another thing is not working

2019-07-02 19:18:35 ERROR    golem.task.benchmarkmanager         Unable to run WASM benchmark: 
2019-07-02 19:18:35 CRITICAL golem.client                        Can't start network. Giving up.
Traceback (most recent call last):
  File "/home/buildbot-worker/worker/buildpackage_linux/build/golem/client.py", line 331, in start
  File "/home/buildbot-worker/worker/buildpackage_linux/build/golem/client.py", line 383, in start_network
  File "/home/buildbot-worker/worker/buildpackage_linux/build/golem/task/taskserver.py", line 131, in __init__
  File "/home/buildbot-worker/worker/buildpackage_linux/build/golem/task/taskcomputer.py", line 78, in __init__
  File "/home/buildbot-worker/worker/buildpackage_linux/build/golem/core/deferred.py", line 33, in sync_wait
  File "/home/buildbot-worker/worker/buildpackage_linux/build/.venv/lib/python3.6/site-packages/twisted/python/failure.py", line 385, in raiseException
Exception
2019-07-02 19:18:35 INFO     golem.client                        Shutting down ...
2019-07-02 19:18:35 INFO     golem.client                        Stopping network ...