simpleai-team / simpleai

simple artificial intelligence utilities
MIT License
969 stars 250 forks source link

Installing from PIP fails #60

Closed kristiank closed 11 years ago

kristiank commented 11 years ago

Installing from PIP fails giving the following (using Python 2.7.3)

$ sudo pip install simpleai
Downloading/unpacking simpleai
  Running setup.py egg_info for package simpleai
    Traceback (most recent call last):
      File "<string>", line 16, in <module>
      File "/tmp/pip-build-root/simpleai/setup.py", line 9
        description=u'An implementation of AI algorithms based on aima-python',
                                                                             ^
    SyntaxError: invalid syntax
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 16, in <module>

  File "/tmp/pip-build-root/simpleai/setup.py", line 9

    description=u'An implementation of AI algorithms based on aima-python',

                                                                         ^

SyntaxError: invalid syntax
fisadev commented 11 years ago

I tried with the current version, and it worked. Can you try again? Its strange, I always test the package installation when releasing a new version.

kristiank commented 11 years ago

I am sorry, it was my mistake. My system only has pip for Python 3, that's why the installation failed. I now got it working with (real) Python 2.7.3.