pytorch_fft icon indicating copy to clipboard operation
pytorch_fft copied to clipboard

Collecting pytorch_fft Using cached https://files.pythonhosted.org/packages/9d/63/9d4a93f1c197f2a0d4f0a5ea7406da0d2bdc084be5826087c235da23eb4b/pytorch_fft-0.15.tar.gz ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

Open RuyuXu2019 opened this issue 4 years ago • 3 comments

Why?

RuyuXu2019 avatar Jun 28 '20 03:06 RuyuXu2019

My problem: ERROR: Command errored out with exit status 1: command: 'c:\users\administrator\anaconda3\envs\dwt\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\ADMINI~1\AppData\Local\Temp\pip-req-build-cd0ak8mj\setup.py'"'"'; file='"'"'C:\Users\ADMINI~1\AppData\Local\Temp\pip-req-build-cd0ak8mj\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\ADMINI~1\AppData\Local\Temp\pip-pip-egg-info-gfu8h12y' cwd: C:\Users\ADMINI~1\AppData\Local\Temp\pip-req-build-cd0ak8mj
Complete output (2 lines): error in pytorch_fft setup command: 'C:\Users\ADMINI~1\AppData\Local\Temp\pip-req-build-cd0ak8mj\build.py:ffi' must be of the form 'path/build.py:ffi_variable' Including CUDA code. ---------------------------------------- ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

Unfortunately,I have not seen the same problem in Issues. Does anybody konw that or meet the same problem like me? Version:Windows 10\pytorch 0.4.1\cuda 9.0\torchvision 0.2.2\python 3.6

easycodesniper-afk avatar Sep 15 '20 12:09 easycodesniper-afk

same problem... have you solved it?

micklexqg avatar Oct 02 '20 01:10 micklexqg

maybe the pytorch-fft only useful for older version of PyTorch(0.4?)

Xiaochaosui avatar Oct 20 '20 05:10 Xiaochaosui