Coder Social home page Coder Social logo

R133 runtime error about aima-python HOT 3 CLOSED

trig-ger avatar trig-ger commented on May 24, 2024
R133 runtime error

from aima-python.

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on May 24, 2024
Python 3 isn't yet supported or recommended -- for that you want Python 2.5 
through 2.7, and the ReadMe needs to be clearer. This particular problem comes 
from an incompatible change in Python 3: dict.keys() returns an iterator there, 
where in Python 2 it returns a list which isn't affected by assignments to the 
underlying dict. There's no bug here, but something that'll need attention in 
the eventual move to Python 3.

I'm sorry the docs weren't explicit about this.

Original comment by [email protected] on 19 Oct 2011 at 5:04

from aima-python.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 24, 2024
This issue was closed by revision r137.

Original comment by [email protected] on 19 Oct 2011 at 5:21

  • Changed state: Fixed

from aima-python.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 24, 2024
Thank you very much. I will install Python 2.7. I am enjoying the class. I took 
this same course (same title, anyway) in graduate school in ~1978, I think, at 
UKy. Ha, we were studying SHRDLU and the block world; I was figuring out Lisp 
on punched cards. I probably still have Terry Winograd's book on a shelf 
somewhere! AIMA looks a little different nowadays. :-}
--Warren Lacefield
[email protected]

Original comment by [email protected] on 19 Oct 2011 at 6:59

from aima-python.

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.