Giter Club home page Giter Club logo

Comments (11)

jmafc avatar jmafc commented on August 15, 2024

Please tell me how you tried to install it. Was it with "python setup.py install" or with "pip install Pyrseas"? I installed with the latter method (into a virtualenv) and didn't have any errors.

from pyrseas.

jmafc avatar jmafc commented on August 15, 2024

BTW, what got installed for setuptools is actually distribute-0.6.24-py2.7.egg,

from pyrseas.

jmafc avatar jmafc commented on August 15, 2024

I also tried "python setup.py install" onto another virtualenv and didn't have a problem either. Note that it didn't look for setuptools >= 0.6, but instead for distribute==0.6.24. I suspect this is an issue with setuptools/distribute on FreeBSD. On Linux (Debian), at the OS level, I have the python-setuptools (0.6.24-1) package installed.

from pyrseas.

andreypopp avatar andreypopp commented on August 15, 2024

Hm.. after I did pip install distribute, it proceeds. Maybe it would be better to specify exact distribute and not setuptools?

from pyrseas.

jmafc avatar jmafc commented on August 15, 2024

I did a small survey (bottle, cherrypy, flask, pyramid, tornado, trac, twisted, webob, werkzeug) and found that only Trac specifies a version of setuptools and Pyramid has it as a non-versioned install_requires, even though they almost all import setuptools. Therefore, I think we should drop the 'setuptools >= 0.6' line from the Pyrseas setup.py.

from pyrseas.

andreypopp avatar andreypopp commented on August 15, 2024

Yeah, it is supposed setuptools already installed in OS distribution. The only reason I see projects require setuptools is when they need some special features not present in previous versions. Also the requirement for setuptools will be obvious when one without setuptools installed will try to run python setup.py install — you can just catch ImportError and write a nice message with explanations.

from pyrseas.

jmafc avatar jmafc commented on August 15, 2024

Andrey, do you have any more to add on this, or should we go ahead and close it?

from pyrseas.

andreypopp avatar andreypopp commented on August 15, 2024

I still have to run pip install distribute before installing Pyrseas on FreeBSD.

from pyrseas.

jmafc avatar jmafc commented on August 15, 2024

OK, for the time being I'll document this as a special installation requirement for FreeBSD, or presumably *BSD. Later I'll see if I can investigate this in more detail on a FreeBSD VM.

from pyrseas.

jmafc avatar jmafc commented on August 15, 2024

See 96ca2b4 for documentation update.

from pyrseas.

andreypopp avatar andreypopp commented on August 15, 2024

Ok, so closing it.

from pyrseas.

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.