Open VJalili opened 5 years ago
Encountered the same thing, but fixed it by including deleting the wheel in the make dist
rule -> make clean
.
@jmchilton both methods seem reasonable to me; we can implement whichever you prefer.
@VJalili make clean
seems to me better.
Since there can be wheels belonging to different version of pulsar already existing in that folder, and since that can cause issues for building docker image as it uses
*
, hence it would be better to empty the folder of any previous wheels first.