Installing inspyred on OpenSUSE 13.1 (Python 3.3)

23 views
Skip to first unread message

Alberto Tonda

unread,
Oct 10, 2016, 10:07:38 AM10/10/16
to Inspyred
Hey, everyone!

I already have inspyred installed on my laptop (running Ubuntu 16.04), but when I tried to install it on a server running OpenSUSE 13.1 (Python 3.3), I slammed into an error:

> sudo pip-3.3 install inspyred

Downloading/unpacking inspyred
  Downloading inspyred-1.0.1.tar.gz (58kB): 58kB downloaded

...

 /usr/lib64/python3.3/distutils/dist.py:258: UserWarning: Unknown distribution option: 'zip_safe'
      warnings.warn(msg)
    /usr/lib64/python3.3/distutils/dist.py:258: UserWarning: Unknown distribution option: 'test_suite'
      warnings.warn(msg)
    /usr/lib64/python3.3/distutils/dist.py:258: UserWarning: Unknown distribution option: 'entry_points'
      warnings.warn(msg)
    usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
       or: setup.py --help [cmd1 cmd2 ...]
       or: setup.py --help-commands
       or: setup.py cmd --help
    
    error: invalid command 'bdist_egg'
    /tmp/pip_build_root/inspyred/distribute-0.6.14-py3.3.egg
    Traceback (most recent call last):
      File "/usr/lib/python3.3/site-packages/ez_setup.py", line 143, in use_setuptools
        raise ImportError
    ImportError
    
    During handling of the above exception, another exception occurred:
    
    Traceback (most recent call last):
      File "<string>", line 16, in <module>
      File "/tmp/pip_build_root/inspyred/setup.py", line 9, in <module>
        ez_setup.use_setuptools()
      File "/usr/lib/python3.3/site-packages/ez_setup.py", line 145, in use_setuptools
        return _do_download(version, download_base, to_dir, download_delay)
      File "/usr/lib/python3.3/site-packages/ez_setup.py", line 125, in _do_download
        _build_egg(egg, tarball, to_dir)
      File "/usr/lib/python3.3/site-packages/ez_setup.py", line 116, in _build_egg
        raise IOError('Could not build the egg.')
    OSError: Could not build the egg.
    Complete output from command python setup.py egg_info:

Is there any hope of solving the issue?

Thank you for your time, and best regards,
-- Alberto

Aaron Garrett

unread,
Oct 10, 2016, 10:12:52 AM10/10/16
to Inspyred
Well, in the worst case, it's a pure Python library, so you should be able to install from the source distribution (https://docs.python.org/2/install/). Or you can just put the package folder wherever you like and add that to the Python search path.

--
You received this message because you are subscribed to the Google Groups "Inspyred" group.
To unsubscribe from this group and stop receiving emails from it, send an email to inspyred+u...@googlegroups.com.
To post to this group, send email to insp...@googlegroups.com.
Visit this group at https://groups.google.com/group/inspyred.
For more options, visit https://groups.google.com/d/optout.
--
Aaron Garrett, Ph.D.
Associate Professor
Computer Science
131 Ayers Hall
Jacksonville State University
Jacksonville, AL  36265
Reply all
Reply to author
Forward
0 new messages