zeldamods / event-editor

Event flow editor for Breath of the Wild
GNU General Public License v2.0
25 stars 9 forks source link

Deprecated config in `setup.cfg` (Python 3.12) #12

Closed ArchLeaders closed 1 day ago

ArchLeaders commented 8 months ago

I get this error when running pip install eventeditor on a fresh install of Python 3.12.

C:\Users\ArchLeaders\AppData\Local\Temp\pip-build-env-ivyrswtq\overlay\Lib\site-packages\setuptools\config\setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg`

Entire Output: Output.txt

VillainousSsnake commented 5 months ago

It seems to use the oead library, so try using Python 3.11.7

leoetlino commented 1 day ago

Should be fixed by 1.3.9-1

VillainousSsnake commented 1 day ago

Oo nice