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

Use of src. infront of imports may not be needed #1

Open
JasonReboot opened this issue Aug 19, 2021 · 1 comment
Open

Use of src. infront of imports may not be needed #1

JasonReboot opened this issue Aug 19, 2021 · 1 comment

Comments

@JasonReboot
Copy link

Users who install with the src being in the path already will receive and error saying module can not be found src.

This issue is covered here:
https://stackoverflow.com/questions/57078689/module-not-found-error-no-module-named-src

Since individual run different version of python and 3.9 is a bit newer perhaps a reminder such as
https://askubuntu.com/questions/1272870/how-can-i-change-the-default-python-on-my-ubuntu-20-04-to-python3-8/1272899#1272899
would help individuals know how to setup the env to point to the updated python for your build.

@benhadad
Copy link

Move the main.py into the directory above src. Run as instructed but run main.py directly without src/main.py

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

2 participants