friture icon indicating copy to clipboard operation
friture copied to clipboard

DOS line endings on PyPi version (0.19)

Open mark-orion opened this issue 9 years ago • 2 comments

DOS line endings make the application fail on Linux: /usr/bin/env: ‘python\r’: No such file or directory

mark-orion avatar Dec 01 '16 18:12 mark-orion

Thanks for reporting this problem. Could you please try again with release 0.21 (or the latest code from Github) ? Thank you!

tlecomte avatar Dec 04 '16 21:12 tlecomte

I just tried to install via PIP and it fails with the following error. The I tried both the cython version that comes with XUbuntu 16.04 and the latest installed via PIP, but the same happens: Downloading friture-0.21.zip (653kB) 100% |████████████████████████████████| 655kB 678kB/s Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/tmp/pip-build-7maez608/friture/setup.py", line 175, in ext_modules=cythonize(ext_modules), File "/usr/lib/python3/dist-packages/Cython/Build/Dependencies.py", line 758, in cythonize aliases=aliases) File "/usr/lib/python3/dist-packages/Cython/Build/Dependencies.py", line 651, in create_extension_list for file in nonempty(sorted(extended_iglob(filepattern)), "'%s' doesn't match any files" % filepattern): File "/usr/lib/python3/dist-packages/Cython/Build/Dependencies.py", line 103, in nonempty raise ValueError(error_msg) ValueError: 'friture/extension/exp_smoothing_conv.pyx' doesn't match any files

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-7maez608/friture/

mark-orion avatar Dec 05 '16 11:12 mark-orion