[IntelMQ-dev] gitlab docker

Sebastian Wagner wagner at cert.at
Tue Mar 9 14:34:49 CET 2021


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/

-- 
// Sebastian Wagner <wagner at cert.at> - T: +43 1 5056416 7201
// CERT Austria - https://www.cert.at/
// Eine Initiative der nic.at GmbH - https://www.nic.at/
// Firmenbuchnummer 172568b, LG Salzburg

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cert.at/pipermail/intelmq-dev/attachments/20210309/e3ed4089/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.cert.at/pipermail/intelmq-dev/attachments/20210309/e3ed4089/attachment.sig>


More information about the IntelMQ-dev mailing list