Code Monkey home page Code Monkey logo

Comments (3)

ldenti avatar ldenti commented on July 29, 2024

Hi,
unfortunately I cannot replicate your error. Can you please tell me:

  • your OS
  • the (point) version of python3 you are using
  • how do you invoke asgal: do you run python3 asgal or just ./asgal?

In the meantime, can you try running the asgal script with python3 asgal [...]? If it's doesn't work, can you try to change the first line of the asgal script from

#!/usr/bin/env python3

to

#!/usr/bin/python3

and the rerun the script on the example data?

from galig.

focusonskills avatar focusonskills commented on July 29, 2024

from galig.

ldenti avatar ldenti commented on July 29, 2024

Hi,
the problem is that f-strings have been introduced in python3.6 (see here). Therefore, the current version of the asgal script cannot work with previous versions of python (thank you for pointing this out, I'll better specify it in the README and the website).

So, if you can use python>=3.6, it would be perfect. Otherwise, I need to translate all the f-strings to the older .format().

Let me know, in case I can provide you a patch or something similar.

from galig.

Related Issues (16)

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.