Correct workflow for local development #280
Unanswered
neworderofjamie
asked this question in
Q&A
Replies: 2 comments 1 reply
-
The versioning of this package is done based on the gut history. So it is critical that you use git clone and not download as a zip. Could you please try this and let us know if the problem persists. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I did git clone but, as I say, git isn't in my path (which I think is a pretty normal thing on Windows). Maybe there should be some fallback for local development or at least a more user-friendly error. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I check tonic out from git, build with pip and get errors about:
I (eventually) figured out you can fix it by setting the
PBR_VERSION
environment variable but that's far from clear from the error message. Perhaps the problem is that git isn't in my path (Windows) but I wonder if this could be handled more gracefullyBeta Was this translation helpful? Give feedback.
All reactions