-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setuptools and use_2to3 #599
Comments
Yeah, thanks. I guess we should probably document this better -- we've had to make a similar change in our CI scripts here I think this is on the Toil side (@adamnovak ?) but, if I'm not mistaken, only seems to affect some buggy Python versions? |
Cool,
I was sort of blindly following the instructions here
https://github.com/ComparativeGenomicsToolkit/cactus/blob/v2.0.3/BIN-INSTALL.md
Don't know if it might be useful to adjust those. but regardless it seems
to be working and I'm looking to get the GPU version running on our bigger
cluster.
…On Fri, Nov 12, 2021 at 1:21 PM Glenn Hickey ***@***.***> wrote:
Yeah, thanks. I guess we should probably document this better -- we've had
to make a similar change in our CI scripts here
https://github.com/ComparativeGenomicsToolkit/cactus/blob/master/.gitlab-ci.yml#L28-L32
I think this is on the Toil side ***@***.***
<https://github.com/adamnovak> ?) but, if I'm not mistaken, only seems to
affect some buggy Python versions?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#599 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALTZ545BCGVSDCKIJMVHF2LULVLKVANCNFSM5H5MGAUA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
--
Jeramiah Smith
Associate Professor
Department of Biology
University of Kentucky
Lexington, KY 40506
*Confidentiality Statement*
*This e-mail transmission and any files that accompany it may contain
sensitive information belonging to the sender. The information is intended
only for the use of the individual or entity named. If you are not the
intended recipient, you are hereby notified that any disclosure, copying,
distribution, or the taking of any action in reliance on the contents of
this information is strictly prohibited.*
|
I'm not sure what the issue is on the Toil side here. On Ubuntu 20.04, using the system Python 3.8, doing It looks like |
This should be fixed in the latest release, which uses a newer python/toil. Please open again if it isn't. |
Wanted to bring up a minor issues with completing an install of the precompiled binary. It looks like an upgrade of setuptools lost compatibility with some code involving " use_2to3 " using the default version that's installed by pip. changing to setuptools==57 seems to fix the issue though.
The text was updated successfully, but these errors were encountered: