You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.
Collecting environment information...
PyTorch version: 1.0.0a0+f34c848
Is debug build: No
CUDA used to build PyTorch: None
OS: Mac OSX 10.14
GCC version: Could not collect
CMake version: version 3.12.2
Python version: 3.6
Is CUDA available: No
CUDA runtime version: No CUDA
GPU models and configuration: No CUDA
Nvidia driver version: No CUDA
cuDNN version: No CUDA
Versions of relevant libraries:
[pip] Could not collect
[conda] pytorch 0.4.1 py36_cuda0.0_cudnn0.0_1 pytorch
[conda] pytorch-nightly 1.0.0.dev20181029 py3.6_0 pytorch
[conda] pytorch-nightly-cpu 1.0.0.dev20181014 py3.6_0 pytorch
[conda] torch 1.0.0a0+f34c848 <pip>
[conda] torch 0.4.0 <pip>
[conda] torch 0.3.1 <pip>
[conda] torchtext 0.2.3 <pip>
[conda] torchvision 0.2.1 <pip>
[conda] torchvision 0.2.1 py36_1 pytorch
[conda] torchvision-nightly 0.2.1 <pip>
[conda] torchvision-nightly-cpu 0.2.1 pyh19dea27_0 fastai
In order to stop complaining about "Expected NDK STL shared object file libgnustl_shared.so" I commented out:
If I uncomment it, it'll just say: Expected NDK STL shared object file at /Users/<username>/Library/Android/sdk/ndk-bundle/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/libgnustl_shared.so
Seems like the demo requires a pre-built that might not work on mac os x?
The text was updated successfully, but these errors were encountered:
Suhail
changed the title
Couldn't build the project
Couldn't build the project: Execution failed for task ':app:externalNativeBuildDebug'
Nov 21, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey there, I get an immediate failure. Stack trace is here: https://gist.github.com/Suhail/d16154b6e09420b278ab0bf21da1b0a2
Here are the important sections though:
Important info:
In order to stop complaining about "Expected NDK STL shared object file libgnustl_shared.so" I commented out:
If I uncomment it, it'll just say:
Expected NDK STL shared object file at /Users/<username>/Library/Android/sdk/ndk-bundle/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/libgnustl_shared.so
Seems like the demo requires a pre-built that might not work on mac os x?
The text was updated successfully, but these errors were encountered: