-
Notifications
You must be signed in to change notification settings - Fork 79
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
what version of setuptools do we require? #173
Comments
I have 33.1.1 which seems to work as well. |
I think it needs to be >25 for the cython integration, will check.
…On Mon, Apr 17, 2017 at 1:42 AM, Tim Head ***@***.***> wrote:
I have 33.1.1 which seems to work as well.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#173 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAZ8o3Mw4z0CET8IIUFqcOF6toHvz8nks5rwyX2gaJpZM4M-YrM>
.
|
is there any reason not to simply ask for a recent setuptools? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
just had to upgrade setuptools on my MSU HPC venv to get sourmash to compile b/c of the .pyx file needing to be automatically recognized as cython.
I went from setuptools-12.0.5 to setuptools-35.0.0.
might add something to requirements.txt...
The text was updated successfully, but these errors were encountered: