Skip to content
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

Build fix for setuptools > 60.0 #500

Merged
merged 1 commit into from
Dec 23, 2021
Merged

Build fix for setuptools > 60.0 #500

merged 1 commit into from
Dec 23, 2021

Conversation

benfred
Copy link
Owner

@benfred benfred commented Dec 23, 2021

We were getting an error like error: don't know how to compile C/C++ code on platform 'posix' with 'nvidia' compiler
when compiling. This seems to be the same error as seen here cupy/cupy#5476.

Fix by importing numpy.distutils before doing any setuptools imports.

Closes #499

We were getting an error like ```
error: don't know how to compile C/C++ code on platform 'posix' with 'nvidia' compiler```

When compiling. This seems to be similar to the error seen here
cupy/cupy#5476.

Fix by importing numpy.distutils before doing any setuptools imports.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Install problem: Cannot compile on platform 'posix' with 'nvidia' compiler
1 participant