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 error #1

Open
jmvera255 opened this issue Apr 19, 2021 · 0 comments
Open

docker build error #1

jmvera255 opened this issue Apr 19, 2021 · 0 comments

Comments

@jmvera255
Copy link

@mcilwain
When I build a pepmeld docker image with the current version of requirements.txt I get an error related to Cython, e.g.

#10 130.3     Processing numpy/random/_bounded_integers.pxd.in
#10 130.3     Processing numpy/random/bit_generator.pyx
#10 130.3     Traceback (most recent call last):
#10 130.3       File "/tmp/easy_install-e34r8zg5/numpy-1.20.2/tools/cythonize.py", line 59, in process_pyx
#10 130.3         from Cython.Compiler.Version import version as cython_version
#10 130.3     ModuleNotFoundError: No module named 'Cython'

I was able to successfully build the docker image with the following changes

  • add RUN command to Dockerfile to update pip
  • remove version numbers from all python packages in requirements.txt except pandas==1.2.2 and biopython==1.78
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