fuel icon indicating copy to clipboard operation
fuel copied to clipboard

The installation process can't find build_ext.

Open weizier opened this issue 7 years ago • 3 comments

When I tried to use "python setup.py install" after I've downloaded the source codes from Github, but I then met the error as follows:

copying tests\transformers\test_transformers.py -> build\lib.win-amd64-3.6\tests\transformers copying tests\transformers_init_.py -> build\lib.win-amd64-3.6\tests\transformers running build_ext error: [WinError 2] 系统找不到指定的文件。

PS: I ran this command on Window 7, and the python version is 3.6.

Who could help? Please.

weizier avatar Jun 26 '17 14:06 weizier

Can you get this error message in English?

In general, we don't focus on Windows support. But we are ready to help if you want to make a pull request for this.

dmitriy-serdyuk avatar Jun 26 '17 19:06 dmitriy-serdyuk

@dmitriy-serdyuk The Chinese words mean that 'The system can't find the file specified. I transferred to Linux and all have gone well. Although I really wonder why it didn't work here. Thank you all the same.

weizier avatar Jun 27 '17 17:06 weizier

which file isn't found?

nouiz avatar Jun 28 '17 14:06 nouiz