cruzdb icon indicating copy to clipboard operation
cruzdb copied to clipboard

Advance Python3/Python2 coinstallability

Open lbeltrame opened this issue 10 years ago • 12 comments

These commits should fix most of the Python3 issues.

However I cannot run any unit test as UCSC via MySQL is blocked at my institution, so I do not know if everything passes.

lbeltrame avatar Apr 28 '14 13:04 lbeltrame

Ping?

lbeltrame avatar Jun 04 '14 09:06 lbeltrame

sorry i missed this earlier. as far as I can see. mysql-python is not supporting python3: https://pypi.python.org/pypi/MySQL-python/1.2.5 so all of the tests fail. I may have time to look into this further next week.

brentp avatar Jun 04 '14 16:06 brentp

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512

An alternative could be to use oursql for Python 3. -----BEGIN PGP SIGNATURE----- Version: APG v1.1.1

iQI/BAEBCgApBQJTj00PIhxMdWNhIEJlbHRyYW1lIDxsYmVsdHJhbWVAa2RlLm9y Zz4ACgkQAT+lC24aTnkzHQ//W9Aa/3/6sT6/pWDchwMVsyysEcYWtCo8BQuEGwpn iz1MK+uCcpRgQAbQU96fz91KXbTEgQCWiDPwyvueg4Gdy4Iy5RlU6RAkHw5J9Ltd Fway9NqafLsnifmKtWTWtKf15u8eE9Ps9G/x0O48aYYcbhjshjk6anfjn9IDQSQK U3ig6/Tfnh1Y2gQfyHWoo6ZQ8ZrxUHmaBUZdA2tYBrofRRwzY/zGfjll2i9mbXO1 QpxOBY/SuTQfV/9unFvevP6aT0jgmngOUj14/EhddecekA6IQtMyuEB4WKiwNWdM 3kXK35YDTSI5WpdA/+nVaHR6vEN61hO6lUmpX1/i8heDvfHbIR0uO79tPwIigyNU 06OHweofdHHFkyQXUiyKIeQRB2a24nySxW4eKa84sXti1kTVVgSvF4cGFyrTlcuq TSF0KaczHPj7ACS3H2M5LE9+bMqsGYxaXrGn/FKkdkwr5xllhWNbE36E5pSq+yxw VBt4PJgmmWABGAhkC0L+rMXxbLP8oYgzfdtr7VViW2LUOT9JuLMTtbm36L/GRGnN QRuQd6kTnAzzSF/RGEZ+2t8mjaXaPJw3mRBlhWIIUwigB/hnx1n2rToZ508VKtqL fXL49EkXNDxvf99D5AvvX38920KFr6Lp0WEZ+sG0Nn54Fygb0B3juxSlxo2s8V1o Yqs= =C82G -----END PGP SIGNATURE-----

lbeltrame avatar Jun 04 '14 16:06 lbeltrame

I updated this here: https://github.com/brentp/cruzdb/tree/pull16 wasn't sure how to push to a pull request. Still having trouble with python3 and oursql

brentp avatar Jun 09 '14 16:06 brentp

What are the issues? I can try to look at them myself.

lbeltrame avatar Jun 10 '14 07:06 lbeltrame

all tests are passing in pull16 now.

brentp avatar Jun 10 '14 12:06 brentp

Did this integration lose it's way? I'd be happy to pick it back up to complete a Python 3 installation.

willgdjones avatar Aug 21 '19 17:08 willgdjones

if you get tests working, I'll be glad to incorporate.

brentp avatar Aug 21 '19 18:08 brentp

The changes don't seem to have been incorporated in the version available for download. Has this effort been abandoned?

parcbioinfo avatar Jun 29 '20 19:06 parcbioinfo

I tried - but didn't get it working.

willgdjones avatar Jun 29 '20 20:06 willgdjones

I am trying what is in https://github.com/brentp/cruzdb/tree/pull16 now. Will see if it works.

parcbioinfo avatar Jun 29 '20 20:06 parcbioinfo

I am trying what is in https://github.com/brentp/cruzdb/tree/pull16 now. Will see if it works. I got further but it still doesn't work. It looks for oursql. However, I haven't been able to install oursql with Python 3.

parcbioinfo avatar Jun 29 '20 23:06 parcbioinfo