mmatuson / SchemaSync

A MySQL Schema Versioning and Migration Utility
http://mmatuson.github.io/SchemaSync/
Other
338 stars 108 forks source link

Wont work on Fedora 27 #59

Open sonesay opened 6 years ago

sonesay commented 6 years ago

Looks like there is incompatibility with below package. All the other versions I've tried to install wont work for Fedora 27. Any ideas?

python2-mysql x86_64 1.3.12-1.fc27 fedora 112 k

Traceback (most recent call last): File "/usr/bin/schemasync", line 11, in load_entry_point('SchemaSync==0.9.2', 'console_scripts', 'schemasync')() File "build/bdist.linux-x86_64/egg/schemasync/schemasync.py", line 264, in main File "build/bdist.linux-x86_64/egg/schemasync/schemasync.py", line 123, in processor File "build/bdist.linux-x86_64/egg/schemasync/schemasync.py", line 189, in app TypeError: init() takes exactly 3 arguments (2 given)