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
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
ayu@6179eddce8db:~/tracing-framework$ anvil serve -p 8080
Traceback (most recent call last):
File "/home/ayu/tracing-framework/third_party/anvil-build/anvil/manage.py", line 327, in <module>
anvil.manage.main()
File "/home/ayu/tracing-framework/third_party/anvil-build/anvil/../anvil/manage.py", line 312, in main
cwd=os.getcwd())
File "/home/ayu/tracing-framework/third_party/anvil-build/anvil/../anvil/manage.py", line 191, in run_command
return command.execute(parsed_args, cwd)
File "/home/ayu/tracing-framework/third_party/anvil-build/anvil/commands/serve_command.py", line 68, in execute
self._launch_http_server(args.http_port, cwd)
File "/home/ayu/tracing-framework/third_party/anvil-build/anvil/commands/serve_command.py", line 85, in _launch_http_server
from twisted.internet import reactor
ImportError: No module named twisted.internet
pip install twisted doesn't fix this.
Also fails anvil build.
The text was updated successfully, but these errors were encountered:
Fresh docker run of
debian:stable
orubuntu:xenial
Installed
curl git-core build-essential python
Followed building.md verbatim
Fails at
anvil serve
:pip install twisted
doesn't fix this.anvil build
.The text was updated successfully, but these errors were encountered: