stevenlovegrove / Pangolin

Pangolin is a lightweight portable rapid development library for managing OpenGL display / interaction and abstracting video input.
MIT License
2.4k stars 855 forks source link

how does use pycharm to add package about pangolin or pypangolin? #890

Closed lingtaochen1999 closed 8 months ago

lingtaochen1999 commented 1 year ago

I want to use it from deepsdf, but it's a problem to add package about pangolin or pypangolin.

import ctypes
import deep_sdf.data
import sys

import OpenGL.GL as gl
import pypangolin as pango

question is no module named 'pypangolin' and no way to install or add package

stevenlovegrove commented 8 months ago

My apologies for the terribly slow reply. I hope you figured it out.

For anyone else, the Pangolin README has some info on compiling with Python support. If that information doesn't let you run the Pangolin python examples correctly, feel free to submit a new issue.

For anyone else trying to run DeepSDF, you could try a snapshot of Pangolin that coincides with the release of that repo or look through some of the issues posted over there which have some answers.