-
-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Unknown version source: vcs" using 1.7.1.dev55 #1012
Comments
I've isolated the problem, I think. Previously |
Try to re-raise this exception hatch/src/hatch/cli/env/create.py Line 28 in 838b494
|
Adding a
This makes sense if |
Oh darn I was expecting a full traceback, it's okay I will debug this, thank you |
You caught two bugs, thank you |
Some of my projects require a not-yet-released feature in Hatch, so they install Hatch directly from the repository.
Some time in the last week, running
hatch env create
with this version results in an error message:Running with verbose mode doesn't produce any additional output, so I'm finding it a bit difficult to debug the situation. For reference, here is the pyproject.toml, and I'm using Python 3.12.0.
The text was updated successfully, but these errors were encountered: