CADWRDeltaModeling / vtools3

Pandas/xarray implementation of the most important functionality of vtools, emphasizing csv and netcdf as data sources.
https://cadwrdeltamodeling.github.io/vtools3/
Apache License 2.0
7 stars 1 forks source link

versioneer conflict #45

Closed HansKimDWR closed 10 months ago

HansKimDWR commented 10 months ago

Issue

When attempting to install vtools3 with pip install -e ., following error with versioneer is encountered:

MicrosoftTeams-image

This issue has been reported in the versioneer repo: https://github.com/python-versioneer/python-versioneer/issues/375

Solution

Use python version 3.11 or lower.

effigies commented 10 months ago

This has been fixed for a while, but an old versioneer is vendored here. Upgrade with pipx run versioneer install.

See https://github.com/python-versioneer/python-versioneer/blob/master/UPGRADING.md for any migration issues.

HansKimDWR commented 10 months ago

Thank you. Using python version 3.11 solved the issue.