Coder Social home page Coder Social logo

Comments (3)

marcharper avatar marcharper commented on June 3, 2024 1

Colab uses an old version of IPython. Here's the workaround for now.

First note we have another issue with the PyYAML version (needs to be >= 5.1 because we use FullLoader). So first run

!pip install --ignore-installed PyYAML

The latest dev version of Axelrod can be installed in Colab with this command

!pip install git+https://github.com/Axelrod-Python/Axelrod.git@dev

After running these commands, import axelrod works. However it puts Colab into an unhappy state where the kernel has to be "factory reset" to reload properly.

To fix, we need to do two things:

  • For prompt-toolkit we can make it an optional import / requirement or find another workaround
  • For PyYAML we just need to update requirements.txt or change FullLoader to Loader or SafeLoader. See here and here.

from axelrod.

drvinceknight avatar drvinceknight commented on June 3, 2024 1
  • For prompt-toolkit we can make it an optional import / requirement or find another workaround

If I'm correct we only use prompt-toolkit for the Human player, making it optional with a clear message could be a way forward?

I'll open a PR for the pyyaml bump now PR to bump pyyaml: #1380

from axelrod.

marcharper avatar marcharper commented on June 3, 2024 1

If I'm correct we only use prompt-toolkit for the Human player, making it optional with a clear message could be a way forward?

I think that's a good fix for now.

from axelrod.

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.