Hello Giuseppe (@peppelinux),
I hope you are doing well.
I have been giving a try to installing the pymdoccbor lib from pypi and got the error below:
(.venv) olivier@MACFVFGL0K5Q05P LSPAttestationGeneration % pip install pymdoccbor
Collecting pymdoccbor
Using cached pymdoccbor-0.8.0.tar.gz (47 kB)
Preparing metadata (setup.py) ... done
ERROR: Packages installed from PyPI cannot depend on packages which are not also hosted on PyPI.
pymdoccbor depends on pycose@ git+https://github.com/devisefutures/pycose.git@hsm
I believe it comes from the following lines in setup.py:42-43:
#'pycose>=1.0.1,<1.1.0'
"pycose @ git+https://github.com/devisefutures/pycose.git@hsm",
Is there still a reason not to rely on pycose directly ?
Thank you
Olivier