There is a python 2.7 build (Python 2.7.14 (default, Jan 16 2018, 16:11:42) [MSC v.1800 64 bit (AMD64)] on win32) with the pip 9.0 and wheel packages installed.
Windows 7. No MSVC compiler. There is no Internet, only a flash drive.
Need a package pillow. On the official website there is an egg. I can not install the package - can not find the DLL.
What I tried:
I tried to unpack egg in the site-packages directory.
python -m pip install "D: \ ShadowProg \ Pillow-5.3.0-cp27-cp27m-win_amd64.whl"
I took precompiled wheel from https://www.lfd.uci.edu/~gohlke/pythonlibs/#pillow
The error in both cases is the same:
from PIL import Image
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\FreeCAD 0.17\bin\lib\site-packages\PIL\Image.py", line 64, in
from . import _imaging as core
ImportError: DLL load failed: The specified module could not be found.
Installation without compiler is highly desirable. Please advise what to do?