I'm sorry if I'm being incredibly stupid here. But I'm running into the same error again. What am I doing wrong?
pon starting VScode, I enter these lines:
hatch --version
hatch env create
hatch shell
pip install -e .
pytest
What's already irritating is that default already exists and that the normal site-packages is not writable. Which is then finished by the same crap that happened earlier when I opened the thread:
ModuleNotFoundError: No module named 'src'
PS G:\hyperMVP> hatch --version Hatch, version 1.14.0
PS G:\hyperMVP> hatch env create
Environment default
already exists
PS G:\hyperMVP> hatch shell
PS G:\hyperMVP> pip install -e .
Defaulting to user installation because normal site-packages is not writeable
After entering "hatch shell" the icon infront of PS changes from blue bobble to red cross: