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

ModuleNotFoundError: No module named 'commands' #47

Closed
tymrtn opened this issue Mar 19, 2024 · 2 comments
Closed

ModuleNotFoundError: No module named 'commands' #47

tymrtn opened this issue Mar 19, 2024 · 2 comments

Comments

@tymrtn
Copy link

tymrtn commented Mar 19, 2024

Just trying to run the example app here, but commands can't be imported or installed. I looked into it and it's been replaced by subprocess, but that too doesn't match a distribution.

Seems like we need to update the examples.

@filipre
Copy link
Owner

filipre commented Apr 15, 2024

Hi! Can you check your python path? Most likely, you have to set it to the example folder to pick up the commands dir.

➜  ~ python
iPython 3.11.2 (main, May 12 2023, 15:27:54) [Clang 14.0.3 (clang-1403.0.22.14.1)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> print(sys.path)

@Era-Dorta
Copy link
Collaborator

Closing due to inactivity, please re-open if you are still having issues.

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

3 participants