Skip to content

ModuleNotFoundError: Error when trying to create a Python Data Loader #1720

Answered by mythmon
alessandrofajr asked this question in Q&A
Discussion options

You must be logged in to vote

Another thing to check out, by default Framework uses the binary name python3 to run the Python interpreter, not python. If you run python3 src\data\data.csv.py, does the code work?

If you want to use just python, you could set the interpreters option to that:

{
  interpreters: {
    ".py": ["python"],
  }
}

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@alessandrofajr
Comment options

Comment options

You must be logged in to vote
1 reply
@alessandrofajr
Comment options

Answer selected by alessandrofajr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants