Unable to determine which files to ship inside the wheel on docker build
when following doc
#98
-
When following the documented deployment "For a Hatch project" I was hit by the following error every time I tried to build my docker with the When I make it otherwise it builds. We need to make some updates to this documentation section or I am messing up something big?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Thanks for pointing this out @flpStrri. It sounds like you're seeing two issues:
I've updated the docs to address these two issues. Happy to consider further updates to the docs if needed. 1. Need to copy source code package into image before running
|
Beta Was this translation helpful? Give feedback.
Thanks for pointing this out @flpStrri. It sounds like you're seeing two issues:
hatch env
commandsValueError
: Unable to determine which files to ship inside the wheelI've updated the docs to address these two issues. Happy to consider further updates to the docs if needed.
1. Need to copy source code package into image before running
hatch env
commandsWhen I set up a Hatch project exactly as described in the docs, I do not get a
ValueError
, but ametadata-generation-failed
error instead (expand).