algoo / preview-generator

generates previews of files with cache management
https://pypi.org/project/preview-generator/
MIT License
228 stars 50 forks source link

Can't install in Docker Python:3.6-alpine #185

Open ghost opened 4 years ago

ghost commented 4 years ago

I install on docker alpine and error occurred as below : image

Does anyone have this problem then help me to fix it ? Thanks for reading !

inkhey commented 4 years ago

Hello !

We haven't tested yet preview-generator on official python docker. We run it on debian based system. Current preview-generator required vtk by default, it should probably be a optional requirement later. Vtk package does need some build package to be installed, it's not a pure python package.

Your error message is unclear as it seems that the docker cannot find vtk package, which does exist : https://pypi.org/project/vtk/9.0.0/.

Some tips you can try to solve the issue:

ghost commented 4 years ago

@inkhey Thank you very much for your answer. I'm trying on Python:3.8-alpine and hope It can work .