-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
is not a supported wheel on this platform. #2
Comments
Please send me the output of Let me know anyways. |
Okay, so it seems your kernel is calling the architecture |
thank you but run so slow |
@aminio101 What version of python did you use to install? And which system? |
I have a similar issue to what @aminio101 was describing |
hi
i wanna install torch on raspberry pi3 b+ with ubuntu 64bit
when compile pytorch get this error
Building wheel torch-1.2.0a0+8fdbe1e -- Building version 1.2.0a0+8fdbe1e cmake --build . --target install --config Release -- -j 4 make: *** No rule to make target 'install'. Stop. Traceback (most recent call last): File "setup.py", line 748, in <module> build_deps() File "setup.py", line 321, in build_deps cmake=cmake) File "/home/ubuntu/pytorch/tools/build_pytorch_libs.py", line 64, in build_caffe2 cmake.build(my_env) File "/home/ubuntu/pytorch/tools/setup_helpers/cmake.py", line 323, in build self.run(build_args, my_env) File "/home/ubuntu/pytorch/tools/setup_helpers/cmake.py", line 82, in run check_call(command, cwd=self.build_dir, env=env) File "/usr/lib/python3.6/subprocess.py", line 311, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['cmake', '--build', '.', '--target', 'install', '--config', 'Release', '--', '-j', '4']' returned non-zero exit status 2.
when run this command
git submodule update --init --recursive
haven't any output !!!??and when we want to install with your *.whl file get this error
torch-1.1.0-cp37-cp37m-linux_aarch64.whl is not a supported wheel on this platform.
The text was updated successfully, but these errors were encountered: