Citing from your script:
script: - python setup.py sdist bdist_wheel - pip install dist/*
On the second line, the sdist tarball and tarballs are built. They end up in dist/. On the next line, you try to install them *both*. That causes pip's error message.
best regards Sebastian
On 3/9/21 2:04 PM, Marius Karotkis wrote:
Hello, maybe someone can help. I try run test from gitlab with gitlab runner on docker. But I get errors on stage build:
ERROR: Cannot install intelmq 2.3.0.1 (from /builds/deployment/intelmq/dist/intelmq-2.3.0.6374.tar.gz) and intelmq 2.3.0.6374 (from /builds/deployment/intelmq/dist/intelmq-2.3.0.6374-py2.py3-none-any.whl) because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested intelmq 2.3.0.6374 (from /builds/deployment/intelmq/dist/intelmq-2.3.0.6374-py2.py3-none-any.whl)
The user requested intelmq 2.3.0.1 (from /builds/deployment/intelmq/dist/intelmq-2.3.0.6374.tar.gz)
IntelMQ-dev mailing list https://lists.cert.at/cgi-bin/mailman/listinfo/intelmq-dev https://intelmq.readthedocs.io/