-
I just tried to use hatch and ran the following commands: $ pip --version
pip 22.3.1 from ~/.local/lib/python3.8/site-packages/pip (python 3.8)
$ pip install hatch
$ hatch --version
Hatch, version 1.6.3
$ hatch new -i # I chose hatch-test as project name
$ cd hatch-test
$ hatch env create
ERROR: File "setup.py" not found. Directory cannot be installed in editable mode: /home/liaraschafer/dev/p-test/hatch-test
(A "pyproject.toml" file was found, but editable mode currently requires a setup.py based build.) The template doesn't include |
Beta Was this translation helpful? Give feedback.
Answered by
ofek
Nov 18, 2022
Replies: 1 comment 5 replies
-
|
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
kiritsuku
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
python -m pip install --upgrade pip