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 Build Not Working? #19

Open
nshiell opened this issue Oct 1, 2023 · 1 comment
Open

Docker Build Not Working? #19

nshiell opened this issue Oct 1, 2023 · 1 comment

Comments

@nshiell
Copy link

nshiell commented Oct 1, 2023

On Kubuntu 22.04 I ran:

 chmod +x ./util/docker/docklet
 ./util/docker/docklet image

Then I saw:
...

Step 11/21 : RUN easy_install pyOpenSSL ndg-httpsclient pyasn1
---> Running in 2c6744131a1b
Searching for pyOpenSSL
Reading https://pypi.python.org/simple/pyOpenSSL/
Couldn't find index page for 'pyOpenSSL' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.python.org/simple/
No local packages or working download links found for pyOpenSSL
error: Could not find suitable distribution for Requirement.parse('pyOpenSSL')
The command '/bin/sh -c easy_install pyOpenSSL ndg-httpsclient pyasn1' returned a non-zero code: 1
@bsdforge
Copy link

bsdforge commented Feb 3, 2024

I haven't attempted to build KomodoIDE yet. But if I were you, and this happened to me. I'd go looking through
the log(s) produced during the (attempted) build to look for better details as to why/what failed. Almost looks as
tho the build was unable to connect to the network/internet. Just a hunch.
Good luck. :)

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

2 participants