-
Notifications
You must be signed in to change notification settings - Fork 1
Getting stuck on step 5 #1
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
Comments
Hi @jjtolton! Thanks for checking this out. I get that same warning, but the following commands run without issue. It looks like maybe you hit Ctrl-C to kill; Did it hang for you there? If so I'm curious, for how long? Thanks again! |
Alternatively, if you can point me to a good Docker image I could use which sets up python3, jdk-17, and tools-deps, I'd be happy to start from there :-) |
Just found the libpythonclj Let me give that a try. |
I'll not though that there it's just setting up jdk-8, but will see if I can get 17 to work. |
OK; I just pushed an update using the That having been said, the issue originally posted about (clj-python/libpython-clj#212) remains unresolved. |
Much appreciated, I’ll try to replicate shortly.
…On Fri, Sep 2, 2022 at 7:18 PM Christopher Small ***@***.***> wrote:
OK; I just pushed an update using the deadsnakes ppa to install python
(as in libpythonclj's example Dockerfiles). That should get you past this
particular error.
That having been said, the issue originally posted about (
clj-python/libpython-clj#212
<clj-python/libpython-clj#212>) remains
unresolved.
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACPJX43PU5UKS23BDM56G2TV4KDLRANCNFSM6AAAAAAQDS2GPE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I think the jvm-opts only works inside aliases. If you put jvm-opts inside an alias you will see upon startup: WARNING: Using incubator modules: jdk.incubator.foreign
Clojure 1.11.1 If you don't see the warning you haven't loaded the module. |
@metasoarous, is that Dockerfile working for you? I'm getting this now: jay@CombinatusMk-X /tmp/libpython-require-error $ docker-compose up --build
Building libpython-test
Sending build context to Docker daemon 104.9MB
Step 1/9 : FROM clojure:openjdk-17-tools-deps
---> 013e97f71b27
Step 2/9 : EXPOSE 9876
---> Using cache
---> 3c3357e19a5a
Step 3/9 : RUN apt-get -qq update && apt-get install -y software-properties-common && add-apt-repository -y ppa:deadsnakes/ppa && apt-get install -y python3.9 libpython3.9 python3-pip python3-distutils
---> Running in 9f702766c241
W: Failed to fetch http://deb.debian.org/debian/dists/bullseye/InRelease Temporary failure resolving 'deb.debian.org'
W: Failed to fetch http://security.debian.org/debian-security/dists/bullseye-security/InRelease Temporary failure resolving 'security.debian.org'
W: Failed to fetch http://deb.debian.org/debian/dists/bullseye-updates/InRelease Temporary failure resolving 'deb.debian.org'
W: Some index files failed to download. They have been ignored, or old ones used instead.
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package software-properties-common
The command '/bin/sh -c apt-get -qq update && apt-get install -y software-properties-common && add-apt-repository -y ppa:deadsnakes/ppa && apt-get install -y python3.9 libpython3.9 python3-pip python3-distutils' returned a non-zero code: 100
ERROR: Service 'libpython-test' failed to build : Build failed |
Disregard, networking error on my part |
Unable to get past step 5.
This is what I'm seeing:
(see clj-python/libpython-clj#212)
The text was updated successfully, but these errors were encountered: