Skip to content

Benchbot PIL (with ImageTk) install script fix not working inside conda env #84

Open
@david2611

Description

@david2611

Most recent install of BenchBot within conda environment could not get past the check for PIL (with ImageTK) without manual intervention.

Current command within install script is sudo apt install -y python3-pil python3-pil.imagetk but this does not effect PIL being installed within conda environment even when environment is active.

Result would be allowing the fix command to run then install is restarted but the check still fails as PIL is not available when running import of ImageTk within conda python environment.

Had to stop installation script, perform my own conda install of PIL (conda install pillow) to get past install blocker.

Printed issue made it clear what was wrong but this is still an unideal user experience. Tagging as enhancement to be worked on.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions