oidctest icon indicating copy to clipboard operation
oidctest copied to clipboard

pyjwkest requirement error

Open azmeuk opened this issue 4 years ago • 6 comments

Running docker-compose -f docker/docker-compose.yml up produces this error (full gist here):

Installed /usr/local/lib/python3.6/dist-packages/oidctest-0.9.2-py3.6.egg
Processing dependencies for oidctest==0.9.2
Searching for pyjwkest==1.4.3
Reading https://pypi.python.org/simple/pyjwkest/
No local packages or working download links found for pyjwkest==1.4.3
error: Could not find suitable distribution for Requirement.parse('pyjwkest==1.4.3')
ERROR: Service 'op-test' failed to build: The command '/bin/sh -c cd oidctest && python3 setup.py install && cd -' returned a non-zero code: 1

As of august 2020, pyjwkest v1.4.3 is not released on pypi.

azmeuk avatar Aug 25 '20 11:08 azmeuk

Same problem here.

nikkilocke avatar Sep 08 '20 09:09 nikkilocke

Same problem here too :(

blendsdk avatar Nov 05 '20 21:11 blendsdk

Well, what can I say. This package is not maintained anymore. The OIDF certification testing is now running the new Java implementation and this package is decommissioned. Also I don't think anyone is actively maintaining pyjwkest anymore.

rohe avatar Nov 06 '20 07:11 rohe

Just to fix this, backporting to pyjwkest v1.4.2 would probably do the trick.

azmeuk avatar Nov 06 '20 08:11 azmeuk

@rohe Thank you for your reply. Perhaps the status of this project can be set to archived and a linked can be added to the new Java project

Well, what can I say. This package is not maintained anymore. The OIDF certification testing is now running the new Java implementation and this package is decommissioned. Also I don't think anyone is actively maintaining pyjwkest anymore.

blendsdk avatar Nov 06 '20 08:11 blendsdk

Can do.

rohe avatar Nov 06 '20 08:11 rohe