Giter Club home page Giter Club logo

Comments (2)

BusyBeaver-42 avatar BusyBeaver-42 commented on June 16, 2024 1
  • If you want a quick fix, do not use Python 3.8, use Python 3.9, 3.10 or 3.11 (not 3.12).

  • Perhaps putting the following statement at the top of your file (before importing simulated_bifurcation) might also solve the problem even on Python 3.8 (I am not sure it will work). Please let me know if it does.

from __future__ import annotations
  • Also, using pip install https://github.com/bqth29/simulated-bifurcation-algorithm.git instead of pip install simulated_bifurcation should solve the problem (it was corrected a couple of weeks ago).

  • If you want to be able to use pip install simulated_bifurcation and Python 3.8 and the second solution did not work, you need to wait until the next release (it is actually close to ready but bqth29 and I currently don't have a lot of free time at the moment so you might need to wait a few weeks).

The problem is that a typo in the source code (an "l" insteand of an "L") made the code use a functionnality which is not available in Python 3.8. This was fixed in a commit a few weeks back.

from simulated-bifurcation-algorithm.

Steven-meta avatar Steven-meta commented on June 16, 2024 1

Thanks for your quick reply. It works well with Python 3.9, but the second solution is not compatible with 3.8.

from simulated-bifurcation-algorithm.

Related Issues (10)

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.