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

Docker: Unable to locate package libevent-pthreads-2.1-6 #127

Open
phdru opened this issue Dec 27, 2022 · 3 comments
Open

Docker: Unable to locate package libevent-pthreads-2.1-6 #127

phdru opened this issue Dec 27, 2022 · 3 comments

Comments

@phdru
Copy link

phdru commented Dec 27, 2022

$ sudo docker build .
…
Step 8/13 : RUN apt-get install -y python3-pip python3-dev build-essential libevent-pthreads-2.1-6
 ---> Running in 487a2b23ed45
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package libevent-pthreads-2.1-6
E: Couldn't find any package by glob 'libevent-pthreads-2.1-6'
E: Couldn't find any package by regex 'libevent-pthreads-2.1-6'
The command '/bin/sh -c apt-get install -y python3-pip python3-dev build-essential libevent-pthreads-2.1-6' returned a non-zero code: 100
@phdru
Copy link
Author

phdru commented Dec 27, 2022

https://packages.ubuntu.com/search?keywords=libevent-pthreads&searchon=names&suite=all&section=all

The current version seems to be libevent-pthreads-2.1-7.

@phdru
Copy link
Author

phdru commented Dec 27, 2022

FROM ubuntu:18.04 works for me better (with the latest Ubuntu and latest Python there were other Python-related errors).

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