python-dts-calibration icon indicating copy to clipboard operation
python-dts-calibration copied to clipboard

hatch run format

Open davechris opened this issue 1 year ago • 1 comments

returns “ModuleNotFoundError: No module named 'dtscalibration'”

I followed the Instructions from CONTRIBUTING.rst file and at some point ran the command. None of the tests execute as it does not find the dtscalibration package...

If I run the test scripts manually, they work.

I am using Python 3.10.4 on Windows 11 and here is the full error message in a text file:

hatch_commands_console_error_message.txt

davechris avatar Apr 26 '24 12:04 davechris

git clone [email protected]:dtscalibration/python-dts-calibration.git
cd python-dts-calibration
python3.10 -m venv .venv
source .venv/bin/activate
pip install -e .[dev]
which hatch  # returns correct path
hatch run fast-test

returns no module named pluggy :/

python -m hatch run fast-test

Works. There is some environment mess going on here (for me).

I am not able to reproduce your error, but it's frustrating that hatch is making it more difficult instead of easier.

BSchilperoort avatar May 14 '24 15:05 BSchilperoort