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

Faucet apt packages don't cleanly install on Ubuntu Eoan (19.10) #3348

Closed
gizmoguy opened this issue Nov 19, 2019 · 1 comment
Closed

Faucet apt packages don't cleanly install on Ubuntu Eoan (19.10) #3348

gizmoguy opened this issue Nov 19, 2019 · 1 comment
Assignees

Comments

@gizmoguy
Copy link
Member

In ubuntu eoan they have a version of pyyaml and eventlet that is too new for us:

root@2160483b72be:/# apt-get install python3-faucet
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 python3-faucet : Depends: python3-yaml (< 3.14) but 5.1.2-1 is to be installed
                  Depends: python3-eventlet (< 0.24.2) but 0.25.0-0ubuntu1 is to be installed

We should re-investigate which eventlet version we want to use (#2933) and which version of pyyaml to use (#3139).

For now there is a workaround to install on Ubuntu eoan:

sudo apt-get install python3-eventlet=0.24.1-2 python3-yaml=3.13-2
sudo apt-get install (faucet-all-in-one|faucet|python3-faucet)
@gizmoguy gizmoguy self-assigned this Nov 19, 2019
@gizmoguy
Copy link
Member Author

Looks like pyyaml 5.2 is what we want to use going forward, which should be out soonish.

This was referenced Dec 5, 2019
@gizmoguy gizmoguy closed this as completed Dec 6, 2019
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

1 participant