You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the title is saying, after installing py-edhoc I still do not have edhoc-responder and edhoc-initiator scripts available on my cli. Here is my setup:
Linux Mint 20.3 (kernel 5.13.0-27)
Python 3.8.10
pip 20.0.2 from /usr/lib/python3/dist-packages/pip (python 3.8)
This is what pip outputs if I want to reinstall py-edhoc again (so you can check other packages version numbers).
/usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
from cryptography.utils import int_from_bytes
/usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
from cryptography.utils import int_from_bytes
Requirement already satisfied: edhoc in ./.local/lib/python3.8/site-packages (0.2.dev3)
Requirement already satisfied: aiocoap in ./.local/lib/python3.8/site-packages (from edhoc) (0.4.3)
Requirement already satisfied: cbor2>=5.2.0 in ./.local/lib/python3.8/site-packages (from edhoc) (5.4.2)
Requirement already satisfied: cose==0.9.dev2 in ./.local/lib/python3.8/site-packages (from edhoc) (0.9.dev2)
Requirement already satisfied: cryptography>=3.2.1 in ./.local/lib/python3.8/site-packages (from edhoc) (36.0.1)
Requirement already satisfied: aenum in ./.local/lib/python3.8/site-packages (from edhoc) (3.1.6)
Requirement already satisfied: Sphinx>=3.2.1 in ./.local/lib/python3.8/site-packages (from cose==0.9.dev2->edhoc) (4.4.0)
Requirement already satisfied: sphinxemoji in ./.local/lib/python3.8/site-packages (from cose==0.9.dev2->edhoc) (0.2.0)
Requirement already satisfied: ecdsa>=0.16.0 in ./.local/lib/python3.8/site-packages (from cose==0.9.dev2->edhoc) (0.17.0)
Requirement already satisfied: sphinx-rtd-theme>=0.5.0 in ./.local/lib/python3.8/site-packages (from cose==0.9.dev2->edhoc) (1.0.0)
Requirement already satisfied: cffi>=1.12 in ./.local/lib/python3.8/site-packages (from cryptography>=3.2.1->edhoc) (1.15.0)
Requirement already satisfied: sphinxcontrib-applehelp in ./.local/lib/python3.8/site-packages (from Sphinx>=3.2.1->cose==0.9.dev2->edhoc) (1.0.2)
Requirement already satisfied: sphinxcontrib-jsmath in ./.local/lib/python3.8/site-packages (from Sphinx>=3.2.1->cose==0.9.dev2->edhoc) (1.0.1)
Requirement already satisfied: Pygments>=2.0 in /usr/lib/python3/dist-packages (from Sphinx>=3.2.1->cose==0.9.dev2->edhoc) (2.3.1)
Requirement already satisfied: docutils<0.18,>=0.14 in ./.local/lib/python3.8/site-packages (from Sphinx>=3.2.1->cose==0.9.dev2->edhoc) (0.17.1)
Requirement already satisfied: sphinxcontrib-devhelp in ./.local/lib/python3.8/site-packages (from Sphinx>=3.2.1->cose==0.9.dev2->edhoc) (1.0.2)
Requirement already satisfied: babel>=1.3 in ./.local/lib/python3.8/site-packages (from Sphinx>=3.2.1->cose==0.9.dev2->edhoc) (2.9.1)
Requirement already satisfied: packaging in /usr/lib/python3/dist-packages (from Sphinx>=3.2.1->cose==0.9.dev2->edhoc) (20.3)
Requirement already satisfied: snowballstemmer>=1.1 in ./.local/lib/python3.8/site-packages (from Sphinx>=3.2.1->cose==0.9.dev2->edhoc) (2.2.0)
Requirement already satisfied: sphinxcontrib-serializinghtml>=1.1.5 in ./.local/lib/python3.8/site-packages (from Sphinx>=3.2.1->cose==0.9.dev2->edhoc) (1.1.5)
Requirement already satisfied: sphinxcontrib-qthelp in ./.local/lib/python3.8/site-packages (from Sphinx>=3.2.1->cose==0.9.dev2->edhoc) (1.0.3)
Requirement already satisfied: alabaster<0.8,>=0.7 in ./.local/lib/python3.8/site-packages (from Sphinx>=3.2.1->cose==0.9.dev2->edhoc) (0.7.12)
Requirement already satisfied: sphinxcontrib-htmlhelp>=2.0.0 in ./.local/lib/python3.8/site-packages (from Sphinx>=3.2.1->cose==0.9.dev2->edhoc) (2.0.0)
Requirement already satisfied: imagesize in ./.local/lib/python3.8/site-packages (from Sphinx>=3.2.1->cose==0.9.dev2->edhoc) (1.3.0)
Requirement already satisfied: requests>=2.5.0 in /usr/lib/python3/dist-packages (from Sphinx>=3.2.1->cose==0.9.dev2->edhoc) (2.22.0)
Requirement already satisfied: importlib-metadata>=4.4; python_version < "3.10" in ./.local/lib/python3.8/site-packages (from Sphinx>=3.2.1->cose==0.9.dev2->edhoc) (4.10.1)
Requirement already satisfied: Jinja2>=2.3 in ./.local/lib/python3.8/site-packages (from Sphinx>=3.2.1->cose==0.9.dev2->edhoc) (3.0.3)
Requirement already satisfied: six>=1.9.0 in /usr/lib/python3/dist-packages (from ecdsa>=0.16.0->cose==0.9.dev2->edhoc) (1.14.0)
Requirement already satisfied: pycparser in ./.local/lib/python3.8/site-packages (from cffi>=1.12->cryptography>=3.2.1->edhoc) (2.21)
Requirement already satisfied: pytz>=2015.7 in /usr/lib/python3/dist-packages (from babel>=1.3->Sphinx>=3.2.1->cose==0.9.dev2->edhoc) (2019.3)
Requirement already satisfied: zipp>=0.5 in ./.local/lib/python3.8/site-packages (from importlib-metadata>=4.4; python_version < "3.10"->Sphinx>=3.2.1->cose==0.9.dev2->edhoc) (3.7.0)
Requirement already satisfied: MarkupSafe>=2.0 in ./.local/lib/python3.8/site-packages (from Jinja2>=2.3->Sphinx>=3.2.1->cose==0.9.dev2->edhoc) (2.0.1)
The text was updated successfully, but these errors were encountered:
As the title is saying, after installing py-edhoc I still do not have
edhoc-responder
andedhoc-initiator
scripts available on my cli. Here is my setup:Linux Mint 20.3 (kernel 5.13.0-27)
Python 3.8.10
pip 20.0.2 from /usr/lib/python3/dist-packages/pip (python 3.8)
This is what pip outputs if I want to reinstall py-edhoc again (so you can check other packages version numbers).
The text was updated successfully, but these errors were encountered: