Closed roger-secure closed 3 years ago
Hi Roger,
The setup.py
file of the current anonlink-client
does not list all required dependencies. This is a bug that we are currently fixing. Until we release a new version of anonlink-client you can fix the dependency issue by installing ijson
manually.
pip install ijson
Thanks Mate That's what I thought. I did try to install ijson but got an error message. Now that I know that's definitely it I'll have another look. I may also run it up on a Linux machine. I am interested to try it. Is it being actively worked on and maintained. I am interested in Bloom filters. Thanks Roger
On Thu, Dec 10, 2020 at 11:45 AM wilko77 notifications@github.com wrote:
Hi Roger, The setup.py file of the current anonlink-client does not list all required dependencies. This is a bug that we are currently fixing. Until we release a new version of anonlink-client you can fix the dependency issue by installing ijson manually. pip install ijson
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/data61/clkhash/issues/407#issuecomment-742157741, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASCAT5M5OHU6FCTZYJDJCLTSUAK4JANCNFSM4UUHKEXA .
-- Regards
Roger Ward Consultant - Health Information Systems
Secure Kloud Middle Park VIC 3206 AUSTRALIA
ABN: 70 733 589 880
m +61 434 315 611 <+61%20434%20315%20611> w www.securekloud.com.au e roger.ward@securekloud.com.au http://www.securekloud.com.au/ t @securekloud https://twitter.com/securekloud
Hello I followed your docs on both OSX and Windows. Can't get CLK hash working. Here is an example of an error I am getting in Windows. No errors on the PIP install
I am interested in the code but wondering how ready it is for use. Not tried it on Linux yet. Thanks Roger
C:\Windows\system32>anonlink Traceback (most recent call last): File "c:\python39\lib\runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "c:\python39\lib\runpy.py", line 87, in _run_code exec(code, run_globals) File "C:\Python39\Scripts\anonlink.exe__main__.py", line 4, in
File "c:\python39\lib\site-packages\anonlinkclient\cli.py", line 4, in
import ijson
ModuleNotFoundError: No module named 'ijson'
C:\Windows\system32>pip ijson ERROR: unknown command "ijson"