pony
pony copied to clipboard
Pony Orm-Migrations Python 3.9.1 support
Hello I'm trying to install pony orm-migrations in MacOS
pip install git+git://github.com/ponyorm/pony.git@orm-migrations
and I'm getting this error:
ERROR: Command errored out with exit status 1:
command: /Users/loualcala/Work/png.to/venv/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/9j/2kgc7y0s3b187vmrml0byl1h0000gn/T/pip-req-build-i5bfvfy2/setup.py'"'"'; __file__='"'"'/private/var/folders/9j/2kgc7y0s3b187vmrml0byl1h0000gn/T/pip-req-build-i5bfvfy2/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/9j/2kgc7y0s3b187vmrml0byl1h0000gn/T/pip-pip-egg-info-zf6qtmlm
cwd: /private/var/folders/9j/2kgc7y0s3b187vmrml0byl1h0000gn/T/pip-req-build-i5bfvfy2/
Complete output (1 lines):
Sorry, but pony 0.8-dev requires Python of one of the following versions: 2.7, 3.3-3.8. You have version 3.9.1
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
It's only a dev brunch I believe, but you can fork It, and just change setup.py, there is just a hard check for python version
is there any plan for releasing the migration version?