readbeyond / aeneas

aeneas is a Python/C library and a set of tools to automagically synchronize audio and text (aka forced alignment)
http://www.readbeyond.it/aeneas/
GNU Affero General Public License v3.0
2.49k stars 228 forks source link

Cant install from pip ubuntu/windows #234

Closed hadaev8 closed 4 years ago

hadaev8 commented 5 years ago

ERROR: Command errored out with exit status 1: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-m75buf2b/aeneas/setup.py'"'"'; file='"'"'/tmp/pip-install-m75buf2b/aeneas/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /tmp/pip-record-d8qbl7mc/install-record.txt --single-version-externally-managed --compile Check the logs for full command output.

pettarin commented 5 years ago

@hadaev8 not enough information to provide any meaningful help. Please state:

pettarin commented 5 years ago

@hadaev8 your error is similar to:

https://github.com/readbeyond/aeneas/issues/229#issuecomment-517949736

which was solved by:

https://github.com/readbeyond/aeneas/issues/229#issuecomment-517979864

hadaev8 commented 5 years ago

I tried both windows and ubuntu as different OSs. Python 3.7 on windows and 3.6 on linux. pip install aeneas Okay, solution work on linux, but what about windows 10?

pettarin commented 5 years ago

Windows is not officially supported --- chiefly because I do not own a Windows machine to be able to test on that OS.

Best regards,

Alberto Pettarin

On 8/15/19 12:21 PM, Had wrote:

I tried both windows and ubuntu as different OSs. Python 3.7 on windows and 3.6 on linux. pip install aeneas Okay, solution work on linux, but what about windows 10?

readbeyond commented 4 years ago

No activity, closing.