Skip to content

pylut does not seem to install any classes #15

@Pizzanomicon

Description

@Pizzanomicon

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions