Skip to content

Instantly share code, notes, and snippets.

@format37
Last active April 28, 2023 07:39
Show Gist options
  • Save format37/d82cd34074933f2f61db4f1b414616d4 to your computer and use it in GitHub Desktop.
Save format37/d82cd34074933f2f61db4f1b414616d4 to your computer and use it in GitHub Desktop.
pip install check the lib version
import pkg_resources
print(pkg_resources.get_distribution("PyMCubes").version)

This may be useful to determine which lib version is installed, for subsequent docker requirements.txt settings like:

imageio==2.28.0
pycuda==2022.2.2
PyMCubes==0.1.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment