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
When cloning the repository I have the following issue:
error: invalid path 'src/aux.py'
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'
Even by downloading the zip file and extract in my local folder after creating a venv and installing the requiriments I get the following import error:
"name": "ModuleNotFoundError",
"message": "No module named 'src.aux'"
What did you expect to happen? - The expected behavior
The repository cloned without error and also the library imported correctly
How to reproduce?
Try cloning the repo usig git clone or run the import cell after installing the requirements
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
What happened? - The current behavior
When cloning the repository I have the following issue:
error: invalid path 'src/aux.py'
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'
Even by downloading the zip file and extract in my local folder after creating a venv and installing the requiriments I get the following import error:
"name": "ModuleNotFoundError",
"message": "No module named 'src.aux'"
What did you expect to happen? - The expected behavior
The repository cloned without error and also the library imported correctly
How to reproduce?
Try cloning the repo usig git clone or run the import cell after installing the requirements
The text was updated successfully, but these errors were encountered: