pony icon indicating copy to clipboard operation
pony copied to clipboard

Pony Orm-Migrations Python 3.9.1 support

Open xzitlou opened this issue 4 years ago • 2 comments

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.

xzitlou avatar Jan 17 '21 19:01 xzitlou

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

levy42 avatar Feb 08 '21 15:02 levy42

is there any plan for releasing the migration version?

Marcnuth avatar Nov 16 '21 14:11 Marcnuth