Giter Club home page Giter Club logo

Comments (5)

abhinav-TB avatar abhinav-TB commented on September 25, 2024

hey @stephan-cr you need to install PyOpenGL for glpy to work since it's just a wrapper around the same
If you are using Linux or Mac you can find the dependency here https://pypi.org/project/PyOpenGL/

from glpy.

stephan-cr avatar stephan-cr commented on September 25, 2024

Usually, packages declare their dependencies. When I look at setup.py, the list of install_requirements for setup(...) is empty, whereas I would expect something like:

INSTALL_REQUIRES = [
    'PyOpenGL'
]

from glpy.

abhinav-TB avatar abhinav-TB commented on September 25, 2024

@stephan-cr Installing PyOpengGL is a bit tricky, especially in windows. The version to be downloaded depends on your python version and the processor type (32bit or 64bit) so that's why I didn't add it to the requirements. In future releases, I will consider adding it as a dependency only for Linux.
But it's best to find the version suitable for your system by doing some research. if the pip install didn't work for you or if you are facing any other issues do let me know

from glpy.

stephan-cr avatar stephan-cr commented on September 25, 2024

The version to be downloaded depends on your python version and the processor type (32bit or 64bit) so that's why I didn't add it to the requirements.

I think Pip is able to figure that out.

from glpy.

abhinav-TB avatar abhinav-TB commented on September 25, 2024

@stephan-cr in most cases that's true but direct pip install of pyopenGL is buggy in most cases in windows, I have tried it with some volunteers so its best to install it separately

from glpy.

Related Issues (1)

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.