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

Cannot build docker #54

Open
Marharyta1995 opened this issue Oct 27, 2023 · 0 comments
Open

Cannot build docker #54

Marharyta1995 opened this issue Oct 27, 2023 · 0 comments

Comments

@Marharyta1995
Copy link

Marharyta1995 commented Oct 27, 2023

I am trying to run the dev server using the instructions for development using docker compose. Once I try to build docker it fails at the stage => ERROR [biophi-main-web 6/9] RUN make env-update ENV_NAME=base with following error:
#0 0.237 conda env update -n base -f environment.yml
#0 0.718 Collecting package metadata (repodata.json): ...working... done
#0 46.40 Solving environment: ...working... failed
#0 46.40
#0 46.40 ResolvePackageNotFound:
#0 46.40 - hmmer[version='>=3.1']
#0 46.40
#0 49.63 make: *** [Makefile:12: env-update] Error 1

I am also not able to install this package locally using Conda, as the package cannot be found (I specify bioconda as a source)

I thought that the problem is in hmmer package so I have downloaded its 3.1 version, located it in the BioPhi directory and added the installation to the docker file. This solved the hmmer problem but raised a lot of package incompatibility errors, which eventually leads to the same results -> docker fails to build. Is there a workaround how to make it work? Thanks a lot for any help.

P.S This is just a small part of error messages I receive:

[worker 8/10] RUN make env-update ENV_NAME=base:
0.108 conda env update -n base -f environment.yml
0.528 Collecting package metadata (repodata.json): ...working... done
27.19 Solving environment: ...working...
54.07 Found conflicts! Looking for incompatible packages.
54.07 This can take several minutes. Press CTRL-C to abort.
Examining conflict for pycparser packaging brotlipy charset-normalizer conda-libmamba-solver truststore idna conda cffi conda-content-trust pluggy requests pycosat pysocks tk conda-package-streaming pyopenssl jsonpatch libmambapy wheel cryptography jsonpointer zstandard ruamel.yaml urllib3 anarci pip setuptools certifi abnumber conda-package-handling tqdm pythExamining conflict for pycparser packaging brotlipy charset-normalizer conda-libmamba-solver truststore idna conda cffi conda-content-trust pluggy requests pycosat pysocks conda-package-streaming pyopenssl jsonpatch libmambapy wheel cryptography jsonpointer zstandard ruamel.yaml urllib3 anarci pip setuptools certifi abnumber conda-package-handling tqdm python Examining conflict for pycparser packaging brotlipy charset-normalizer conda-libmamba-solver truststore idna conda cffi conda-content-trust pluggy requests pycosat pysocks conda-package-streaming pyopenssl jsonpatch libmambapy wheel cryptography jsonpointer zstandard ruamel.yaml urllib3 anarci pip setuptools certifi abnumber conda-package-handling tqdm python Examining conflict for pycparser packaging brotlipy charset-normalizer conda-libmamba-solver pcre2 truststore idna conda cffi conda-content-trust pluggy libarchive requests bzip2 pycosat pysocks conda-package-streaming pyopenssl libmamba jsonpatch libmambapy wheel cryptography jsonpointer zstandard ruamel.yaml libsolv urllib3 anarci pip setuptools certifi abnuExamining conflict for pycparser packaging brotlipy charset-normalizer conda-libmamba-solver pcre2 truststore idna conda cffi conda-content-trust pluggy libarchive requests bzip2 pycosat pysocks conda-package-streaming pyopenssl libmamba jsonpatch libmambapy wheel cryptography jsonpointer zstandard ruamel.yaml libsolv urllib3 anarci pip setuptools certifi abnuExamining conflict for pycparser packaging brotlipy charset-normalizer conda-libmamba-solver readline truststore idna conda cffi conda-content-trust pluggy requests pycosat krb5 pysocks conda-package-streaming sqlite pyopenssl ncurses jsonpatch libmambapy wheel cryptography jsonpointer zstandard ruamel.yaml urllib3 anarci pip setuptools certifi abnumber conda-Examining conflict for pycparser packaging brotlipy charset-normalizer conda-libmamba-solver readline truststore idna conda cffi conda-content-trust pluggy requests pycosat krb5 pysocks conda-package-streaming sqlite pyopenssl ncurses jsonpatch libmambapy wheel cryptography jsonpointer zstandard ruamel.yaml urllib3 anarci pip setuptools certifi abnumber conda-Examining conflict for conda-package-streaming zstandard pycparser brotlipy urllib3 conda anarci charset-normalizer pip setuptools requests certifi jsonpatch abnumber wheel conda-package-handling cryptography jsonpointer: 7%|▋ | 5/76 [00:02<00:28, 2.48it/s]

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