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

Broken Install Script on future3. ZeroMQ does not build with latest PIP (23.1.2) #2024

Closed
saeugetier opened this issue May 3, 2023 · 1 comment
Labels
bug future3 Relates to future3 development

Comments

@saeugetier
Copy link

Describe your problem

Installation of future3 software is not possible anymore. ZeroMQ cannot be installed with latest PIP version. The "--install-options" parameter was removed in PIP 23.1.2. See: pypa/pip#12010

Affected lines:

--install-option=--enable-drafts \

What's your hardware set up?

Any RPi version is affected

Possible solution:

Define a specific PIP version in:

sudo pip3 install --upgrade pip

Latest known version is 23.0.1.

Or fix the pip command line in:

--install-option=--enable-drafts \

@saeugetier saeugetier added bug future3 Relates to future3 development needs triage labels May 3, 2023
@pabera
Copy link
Collaborator

pabera commented May 3, 2023

This has been fixed in future3/develop already, but has not been merged to future3/main: 62fdac4

While this is not a problem anymore, you are still triggering a good point. We should release a new version.
I will take care of it soon.

@pabera pabera closed this as completed May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug future3 Relates to future3 development
Projects
None yet
Development

No branches or pull requests

2 participants