Closed alexsilva closed 5 years ago
Ideally not
import easy_thumbnails
insetup.py
this is common practice in all kind of packages, otherwise the version number can not be determined.
@jrief You may be correct but easy-thumbnail does not install the embedded version of python!
However the Django package installs without problems.
It would be interesting to take a look at the code and see what could improve. https://github.com/django/django/blob/master/setup.py#L61
python-3.7.4-embed-win32 Os Windows
Try to install the package with the built-in version of python result in the following error.
Ideally not import
easy_thumbnails
in setup.py