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

Fix pip error #719

Closed
wants to merge 1 commit into from
Closed

Conversation

leocardao
Copy link
Contributor

pip fails in production because it cannot find setuptools (which is installed) and tries to connect it to pypi.

We add the --no-build-isolation option to allow pip to use the setuptools installed in our python.

pip fails in production because it cannot find setuptools
(which is installed) and tries to connect it to pypi.

We add the --no-build-isolation option to allow pip to use the setuptools
installed in our python.
@grouigrokon
Copy link
Contributor

Seems like it break python 12 tests ?

@leocardao
Copy link
Contributor Author

Seems like it break python 12 tests ?

@grouigrokon I've seen it, the problem is that without it, it seems to break in production too ... It may not be the right solution, but I don't have a better one to propose at the moment (besides, I don't quite understand the error reported by the CI). I'll draft this MR in the meantime.

@leocardao leocardao self-assigned this Apr 18, 2024
@leocardao leocardao marked this pull request as draft April 18, 2024 15:38
@Nikokrock
Copy link
Contributor

Closing PR (agreed with leo)

@Nikokrock Nikokrock closed this Jun 14, 2024
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.

3 participants