Skip to content

cython, python3-dev (or -devel) and libjpeg-dev (or -devel) should be listed as dependencies #10

@j-hudecek

Description

@j-hudecek

Describe the bug
Running setup.py produces colourful errors

The headers or library files could not be found for jpeg,
a required dependency when compiling Pillow from source.

SystemError: Cannot compile 'Python.h'. Perhaps you need to install python-dev|python-devel.

ModuleNotFoundError: No module named 'Cython'

RuntimeError: Running cythonize failed!

To Reproduce
On minimal ubuntu 18.04 run setup.py

Expected behavior
Setup.py should install all dependencies or fail early if it's not possible

Environment
SlideScore Python API version:
How installed: python3.8 setup.py install
Python version: 3.8
Operating System: Ubuntu 18.04

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions