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 Oct 23, 2023. It is now read-only.
/Users/me/Documents/Proj/Project/node_modules/react-native-pytorch-core/android/CMakeLists.txt : C/C++ debug|armeabi-v7a : CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
FBJNI_LIBRARY
linked by target "torchlive" in directory /Users/me/Documents/Pro/Project/node_modules/react-native-pytorch-core/android
JSI_LIB
linked by target "torchlive" in directory /Users/me/Documents/Proc/Project/node_modules/react-native-pytorch-core/android
PYTORCH_LIBRARY
linked by target "torchlive" in directory /Users/me/Documents/Proj/Project/node_modules/react-native-pytorch-core/android
REACT_NATIVE_JNI_LIB
linked by target "torchlive" in directory /Users/me/Documents/Proj/Project/node_modules/react-native-pytorch-core/android
In package.json, I have:
"react-native": "^0.68.5",
"react-native-pytorch-core": "^0.2.4",
Expected Results
No response
Code example, screenshot, or link to repository
No response
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Version
0.2.4
Problem Area
react-native-pytorch-core (core package)
Steps to Reproduce
Hi,
on Android, I get this error:
/Users/me/Documents/Proj/Project/node_modules/react-native-pytorch-core/android/CMakeLists.txt : C/C++ debug|armeabi-v7a : CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
FBJNI_LIBRARY
linked by target "torchlive" in directory /Users/me/Documents/Pro/Project/node_modules/react-native-pytorch-core/android
JSI_LIB
linked by target "torchlive" in directory /Users/me/Documents/Proc/Project/node_modules/react-native-pytorch-core/android
PYTORCH_LIBRARY
linked by target "torchlive" in directory /Users/me/Documents/Proj/Project/node_modules/react-native-pytorch-core/android
REACT_NATIVE_JNI_LIB
linked by target "torchlive" in directory /Users/me/Documents/Proj/Project/node_modules/react-native-pytorch-core/android
In package.json, I have:
"react-native": "^0.68.5",
"react-native-pytorch-core": "^0.2.4",
Expected Results
No response
Code example, screenshot, or link to repository
No response
The text was updated successfully, but these errors were encountered: