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

CI Builds are failing due to editable install #462

Closed
pganssle opened this issue Apr 24, 2019 · 1 comment · Fixed by #463
Closed

CI Builds are failing due to editable install #462

pganssle opened this issue Apr 24, 2019 · 1 comment · Fixed by #463

Comments

@pganssle
Copy link
Member

Currently the CI builds are all red because rustapi_module has a pyproject.toml, and something is invoking pip install -e (see error here).

This is related to pypa/pip#6434. I think pinning pip to an older version (I think pip<19.0) should temporarily fix the issue while we work out what to do. I'm not entirely sure why anything is doing an editable install, though.

@gaborbernat
Copy link

https://github.com/PyO3/pyo3/blob/master/tox.ini#L11 sets develop mode one, which in practice means editable install 👍

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 a pull request may close this issue.

2 participants