-
Notifications
You must be signed in to change notification settings - Fork 32
Description
Unfortunately, I can't seem to get this off the ground!
Running Windows 11, the virtual env in question is Python 3.12.4, but I'm not commited to this.
pip install pylut
Collecting pylut
Using cached pylut-1.4.9-py3-none-any.whl
Requirement already satisfied: numpy in d:\programdata\miniconda3\envs\videowork\lib\site-packages (from pylut) (1.26.4)
Requirement already satisfied: docopt in d:\programdata\miniconda3\envs\videowork\lib\site-packages (from pylut) (0.6.2)
Installing collected packages: pylut
Successfully installed pylut-1.4.9
python
Python 3.12.4 | packaged by Anaconda, Inc. | (main, Jun 18 2024, 15:03:56) [MSC v.1929 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import pylut
>>> print(dir(pylut))
['builtins', 'cached', 'doc', 'file', 'loader', 'name', 'package', 'path', 'spec']
This does not seem to give me access to the LUT class (or any classes!) that I'm looking for!