We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ 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
The text was updated successfully, but these errors were encountered:
Came from https://stackoverflow.com/questions/74914845/how-to-download-sent2vec-library/74915462#comment132217315_74915462
Sorry, something went wrong.
https://packages.ubuntu.com/search?keywords=libevent-pthreads&searchon=names&suite=all§ion=all
The current version seems to be libevent-pthreads-2.1-7.
libevent-pthreads-2.1-7
FROM ubuntu:18.04 works for me better (with the latest Ubuntu and latest Python there were other Python-related errors).
FROM ubuntu:18.04
No branches or pull requests
The text was updated successfully, but these errors were encountered: