You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you try to install the lib directly from the command line/PowerShell? I’m assuming you’re doing it through PyCharm.
BTW, Sangoma is also providing this package at https://github.com/sangoma/python-ESL
Perhaps you should take a look at their project if you’re seeking for long-term support.
I’ll update the project readme with this information.
Collecting FreeSWITCH-ESL-Python Using cached FreeSWITCH-ESL-Python-1.2.tar.gzInstalling collected packages: FreeSWITCH-ESL-Python Running setup.py install for FreeSWITCH-ESL-Python: started Running setup.py install for FreeSWITCH-ESL-Python: finished with status 'error' Complete output from command C:\Python34\python.exe -u -c "import setuptools, tokenize;file='C:\Users\defon\AppData\Local\Temp\pycharm-packaging0.tmp\FreeSWITCH-ESL-Python\setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))" install --record C:\Users\defon\AppData\Local\Temp\pip-6pn_vd4w-record\install-record.txt --single-version-externally-managed --compile: C:\Python34\lib\distutils\dist.py:260: UserWarning: Unknown distribution option: 'pymodules' warnings.warn(msg) running install running build running build_py creating build creating build\lib.win32-3.4 creating build\lib.win32-3.4\freeswitchESL copying freeswitchESL\ESL.py -> build\lib.win32-3.4\freeswitchESL copying freeswitchESL__init__.py -> build\lib.win32-3.4\freeswitchESL warning: build_py: byte-compiling is disabled, skipping. running build_ext building '_ESL' extension error: INCLUDE environment variable is empty ----------------------------------------Command "C:\Python34\python.exe -u -c "import setuptools, tokenize;file='C:\Users\defon\AppData\Local\Temp\pycharm-packaging0.tmp\FreeSWITCH-ESL-Python\setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))" install --record C:\Users\defon\AppData\Local\Temp\pip-6pn_vd4w-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\defon\AppData\Local\Temp\pycharm-packaging0.tmp\FreeSWITCH-ESL-Python\
The text was updated successfully, but these errors were encountered: