You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make a new branch on your fork, maybe something like 2011-fix-versioneer
fix the problem, maybe using the suggestion from that thread
save the changes, make a commit on your new branch and and push (to your fork). now your changes should be in a new branch on your fork of the repo on github.
make a pull request from your fork to master on this repo
I'm happy to help more and there are also lots of tutorials around for this kind of workflow
@berl@johnfmarkham I have looked into it (forked and fixed versioneer) but Starfish can't support python 3.12 because of dependency issues (numba, etc).
Once all the main dependencies support python 3.12, we can test.
Description
Problem is described here:
EJEP/datapoint-python#183
configparser.SafeConfigParser() and parser.readfp() have been removed.
Steps/Code to Reproduce
Expected Results
Actual Results
Versions
The text was updated successfully, but these errors were encountered: