hyperledger-archives / indy-sdk

indy-sdk
https://wiki.hyperledger.org/display/indy
Apache License 2.0
669 stars 735 forks source link

Can't run getting-started with docker-compose: can not build jupyter service #2467

Closed viktorS-dev closed 9 months ago

viktorS-dev commented 2 years ago

Hello team,

I have this error message when I run docker-compose up -d:

------                                                                                                                          
 > [6/7] RUN pip3 install -U    pip       ipython==7.9  setuptools      python3-indy==1.11.0:                                   
#9 0.298 Traceback (most recent call last):                                                                                     
#9 0.298   File "/usr/local/bin/pip3", line 7, in <module>                                                                      
#9 0.298     from pip._internal.cli.main import main                                                                            
#9 0.298   File "/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/main.py", line 57
#9 0.298     sys.stderr.write(f"ERROR: {exc}")
#9 0.298                                    ^
#9 0.298 SyntaxError: invalid syntax
------
executor failed running [/bin/sh -c pip3 install -U     pip       ipython==7.9  setuptools  python3-indy==1.11.0]: exit code: 1

When I think it comes from ipython-notebook which is deprecated. Can you please point me what should be latest packages to install so that I can run the tutorial please?

Thanks

tdiesler commented 2 years ago

This is likely a duplicate of #2446 In the meantime, you could try running from this branch https://github.com/tdiesler/indy-sdk/tree/next