Checklist:
or
: I’ve uncommented the code.
or
: I’ve saved the changes.
or
: I’ve run the git commands:
git commit -am "[seeking help on forum]"
git push origin master
I’m working on the Python HTTP Server challenge and switched from pipenv to uv + pyproject.toml. I’ve deleted Pipfile and Pipfile.lock as they were causing issues in vscode due to pipenv not being installed and added a valid .codecrafters.yml with a custom build script using uv. However, the build still fails with:
failed to calculate checksum of ref … “/Pipfile”: not found.
It seems like the old pipenv cache is still being used. Could you please help clear/reset the cache on your end?
here’s the relevant build log:
remote: [build] Step 11 complete.
remote: [build] Error: failed to calculate checksum of ref v0oay9i9vljk0pfrxkj9avnts::y8i81r3u80n8vrgm6zra3n7cl: “/Pipfile”: not found.
remote: [build] Error: failed to calculate checksum of ref v0oay9i9vljk0pfrxkj9avnts::y8i81r3u80n8vrgm6zra3n7cl: “/Pipfile.lock”: not found.
remote: [build] Build failed. Check the logs above for the reason.