Giter Club home page Giter Club logo

Comments (3)

mds-dwa avatar mds-dwa commented on July 24, 2024

While not a full solution, if you don't need a local copy of the documentation built, you can comment out these 2 lines under the "setup_requires" block in setup.py, which should get you past this error:

        "Sphinx>=1.8.5",
        "recommonmark>=0.5.0",

My guess is that your install is pulling in too new a version of Sphinx, which no longer works with python 2. You can try adjusting the range allowed on Sphinx to pull in an older, still-compatible version if needed. I will say that I've never built a python 2 version on Mac. There's a personal (i.e. currently unsupported/unofficial) python 3 branch here that you might have better luck with, which has been built successfully on OSX before.

from usdmanager.

rhaleblian avatar rhaleblian commented on July 24, 2024

your install is pulling in too new a version of Sphinx, which no longer works with python 2.

Indeed, that was my mileage when installing into RHEL 7.6. I did that prescribed bit to allow a setup to work. I didn't look deeply enough about finding a specific Sphinx that would work under 2.7 and usdmanager.

from usdmanager.

 avatar commented on July 24, 2024

This issue should be resolved with 0004ca2
That commit moves Sphinx and recommonmark out of setup.py's setup_requires section and into docs/requirements.txt (which readthedocs uses for building documentation with the readthedocs.yaml file).

It will no longer attempt to install Sphinx during a python setup.py install command, which was the cause of the above issue.

from usdmanager.

Related Issues (17)

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.