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

latest version forces python to 3.10 with errors #4

Open
davidhoover opened this issue Sep 15, 2022 · 0 comments
Open

latest version forces python to 3.10 with errors #4

davidhoover opened this issue Sep 15, 2022 · 0 comments

Comments

@davidhoover
Copy link

The step

mamba env update --name pydockrmsd --file condaenv/ci-cd.yml --prune

forced python to version 3.10, which gave errors with the next step

./scripts/install.sh

removing build/bdist.linux-x86_64/wheel
WARNING: Requirement 'dist/pydockrmsd-0.0.0-cp38-cp38-linux_x86_64.whl' looks like a filename, but the file does not exist
ERROR: pydockrmsd-0.0.0-cp38-cp38-linux_x86_64.whl is not a supported wheel on this platform.

I fixed this by pinning the python version:

conda config --env --add pinned_packages python=3.8

Also, munkres is missing from the requirements.

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