Versioneer is failing on many of the instals I've helped people do on the last 2 months, and I keep forgetting to mark it as a bug.
This is for all branches
The quick solution is to comment out the versioneer on the setup.py and give a number version; however then when you change branch it gives a garbage version 0 or no number.
Perhaps we can see how rdtools, pvlib, pvdeg or others are doing versions, or figure out what the issue is with the configparser in versioneer? @cdeline
Versioneer is failing on many of the instals I've helped people do on the last 2 months, and I keep forgetting to mark it as a bug. This is for all branches
The quick solution is to comment out the versioneer on the setup.py and give a number version; however then when you change branch it gives a garbage version 0 or no number.
Perhaps we can see how rdtools, pvlib, pvdeg or others are doing versions, or figure out what the issue is with the configparser in versioneer? @cdeline
Temporal fix solution: