79350416

Date: 2025-01-12 17:59:05
Score: 2
Natty:
Report link

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: error

Reasons:
  • Blacklisted phrase (1): What am I doing wrong?
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: PhillyVanilly