You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python3 run.py --help
Traceback (most recent call last):
File "run.py", line 2, in
from nebula_bench import cli
File "/data/nebula/nebula-bench/nebula_bench/cli.py", line 2, in
import click
ImportError: No module named 'click'
另外能否附上 做benchmark的详细步骤?
The text was updated successfully, but these errors were encountered:
python3 run.py --help
Traceback (most recent call last):
File "run.py", line 2, in
from nebula_bench import cli
File "/data/nebula/nebula-bench/nebula_bench/cli.py", line 2, in
import click
ImportError: No module named 'click'
另外能否附上 做benchmark的详细步骤?
The text was updated successfully, but these errors were encountered: