Git Product home page Git Product logo

Comments (2)

lodo1995 avatar lodo1995 commented on July 18, 2024

What version of Python are you using? The error references a line that uses the async keyword, which is only available starting in python 3.5.

It might be that you have multiple installations of python, and that the default one that gets executed when you type python is an old one.

You can check the default python version with python --version.

from indy-sdk.

MagicIndustries avatar MagicIndustries commented on July 18, 2024

Well that's what concerns me - isn't that operation happening in the version of python provisioned on the agent01 instance that I've ssh'd into? I'm just following documentation so these are generated instances from the various scripts in the getting started guide.

On my mac it seems the default install of python is 2.7.10:
Python 2.7.10 (default, Oct 6 2017, 22:29:07) [GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.31)] on darwin Type "help", "copyright", "credits" or "license" for more information.

I checked and the you're right, the version on the instance once I ssh in is 2.7.12. Replacing "python" with "python3" in that last command did the trick, python3 was already installed on the instance. Thanks for the pointer!

from indy-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.