Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug on hop run #2

Open
sfermigier opened this issue Dec 2, 2024 · 0 comments
Open

Fix bug on hop run #2

sfermigier opened this issue Dec 2, 2024 · 0 comments

Comments

@sfermigier
Copy link
Member

❯ hop run flask
Traceback (most recent call last):
  File "/home/hop3/venv/bin/hop-agent", line 8, in <module>
    sys.exit(main())
  File "/home/hop3/venv/lib/python3.10/site-packages/hop3/main.py", line 60, in main
    cli(args=args)
  File "/home/hop3/venv/lib/python3.10/site-packages/hop3/cli/main.py", line 36, in __call__
    main(args)
  File "/home/hop3/venv/lib/python3.10/site-packages/hop3/cli/main.py", line 72, in main
    func(**kwargs)
  File "/home/hop3/venv/lib/python3.10/site-packages/hop3/cli/apps.py", line 128, in run
    p = subprocess.Popen(
  File "/usr/lib/python3.10/subprocess.py", line 971, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "/usr/lib/python3.10/subprocess.py", line 1863, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'flask'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant