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

no such option: --python #745

Closed
oeway opened this issue Feb 29, 2024 · 5 comments
Closed

no such option: --python #745

oeway opened this issue Feb 29, 2024 · 5 comments

Comments

@oeway
Copy link

oeway commented Feb 29, 2024

Hi, the latest upgrade to 1.1.0 causes build error, which saids no such option: --python.

Here is an example:
https://github.com/bioimage-io/bioimageio-chatbot/actions/runs/8099920811/job/22136780917#step:4:91

If I pin build==1.0.3, then it works. I also tried to upgrade pip, but it didn't help.

@cr1901
Copy link

cr1901 commented Feb 29, 2024

https://build.pypa.io/en/stable/changelog.html#id1

Use external pip if available instead of installing, speeds up environment setup with virtualenv slightly and venv significantly. (PR #736)

Probably related? Interesting that upgrading pip didn't help though...

@layday
Copy link
Member

layday commented Feb 29, 2024

That would be because we're invoking Python with the -I flag which makes it ignore user site packages. In addition, the minimum version of pip is wrong.

@layday
Copy link
Member

layday commented Feb 29, 2024

#746

@henryiii
Copy link
Contributor

I've yanked 1.1.0 until we fix this.

@henryiii
Copy link
Contributor

1.1.1 is out.

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

No branches or pull requests

4 participants