rohe / oictest

OAuth2 and OpenID Connect test tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing dependencies

zboralski opened this issue · comments

I can't find the oic package and I can't find any documentation
related to it.

./path_run.sh script/oic_flow_tests.py

Traceback (most recent call last):
File "script/oic_flow_tests.py", line 2, in
from oic.utils.keyio import KeyJar
ImportError: No module named oic.utils.keyio

python setup.py install

generates the following errors:

Couldn't find index page for 'oic' (maybe misspelled?)
No local packages or download links found for oic
error: Could not find suitable distribution for Requirement.parse('oic')

18 sep 2013 kl. 18:45 skrev kugutsumen notifications@github.com:

I can't find the oic package and I can't find any documentation
related to it.

You can find it on github:

https://github.com/rohe/pyoidc

-- Roland
"Education is the path from cocky ignorance to miserable uncertainty.” - Mark Twain

Thanks I did find it but forgot about this issue.