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
{{ message }}
This repository was archived by the owner on Jul 10, 2018. It is now read-only.
Trying to run the client on Debian Jessie but I am getting
dave@jj:~/sqrl$ sqrl "sqrl://example.com/login/sqrl?d=6&nut=a95fa8e88dc499758"
Traceback (most recent call last):
File "/usr/local/bin/sqrl", line 9, in
load_entry_point('sqrl==0.0.1', 'console_scripts', 'sqrl')()
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 356, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2476, in load_entry_point
return ep.load()
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2190, in load
['name'])
File "build/bdist.linux-x86_64/egg/sqrl/sqrl.py", line 20, in
ImportError: No module named mkm
The text was updated successfully, but these errors were encountered:
Trying to run the client on Debian Jessie but I am getting
dave@jj:~/sqrl$ sqrl "sqrl://example.com/login/sqrl?d=6&nut=a95fa8e88dc499758"
Traceback (most recent call last):
File "/usr/local/bin/sqrl", line 9, in
load_entry_point('sqrl==0.0.1', 'console_scripts', 'sqrl')()
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 356, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2476, in load_entry_point
return ep.load()
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2190, in load
['name'])
File "build/bdist.linux-x86_64/egg/sqrl/sqrl.py", line 20, in
ImportError: No module named mkm
The text was updated successfully, but these errors were encountered: