pr0m1th3as / tensorflow

TensorFlow interface for GNU Octave
GNU General Public License v3.0
4 stars 1 forks source link

Troubles at intallation #6

Open ChPicard opened 4 months ago

ChPicard commented 4 months ago

What to with this? """"

pkg install "https://github.com/pr0m1th3as/tensorflow/archive/refs/tags/release-0.1.1.tar.gz" C:/Users/xxxxx/AppData/Local/Programs/GNU Octave/Octave-9.2.0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -ltensorflow: No such file or directory collect2.exe: error: ld returned 1 exit status make: *** [Makefile:5: all] Error 1 make: Entering directory '/tmp/oct-IZf9Pf/tensorflow-release-0.1.1/src' C:/Users/xxxxx/AppData/Local/Programs/GNUOCT~1/OCTAVE~2.0/mingw64/bin/mkoctfile-9.2.0.exe tensorflow.cc \ OCT_TF_Buffer.cc \ OCT_TF_DataType.cc \ OCT_TF_Graph.cc \ OCT_TF_Input.cc \ OCT_TF_Operation.cc \ OCT_TF_OperationDescription.cc \ OCT_TF_Output.cc \ OCT_TF_Status.cc \ OCT_TF_String.cc \ OCT_TF_Tensor.cc \ -ltensorflow make: Leaving directory '/tmp/oct-IZf9Pf/tensorflow-release-0.1.1/src'

error: pkg: error running 'make' for the tensorflow package error: called from configure_make at line 117 column 9 install at line 202 column 7 pkg at line 619 column 9 """"

pr0m1th3as commented 4 months ago

It will only install on Linux systems

Doomedelf commented 1 month ago

Using linux here getting same errors

pkg install tensorflow-release-0.1.1.tar.gz /usr/bin/ld: cannot find -ltensorflow: No such file or directory collect2: error: ld returned 1 exit status make: *** [Makefile:5: all] Error 1 make: Entering directory '/tmp/oct-jJJwFe/tensorflow-release-0.1.1/src' /usr/bin/mkoctfile tensorflow.cc \ OCT_TF_Buffer.cc \ OCT_TF_DataType.cc \ OCT_TF_Graph.cc \ OCT_TF_Input.cc \ OCT_TF_Operation.cc \ OCT_TF_OperationDescription.cc \ OCT_TF_Output.cc \ OCT_TF_Status.cc \ OCT_TF_String.cc \ OCT_TF_Tensor.cc \ -ltensorflow make: Leaving directory '/tmp/oct-jJJwFe/tensorflow-release-0.1.1/src'

error: pkg: error running 'make' for the tensorflow package error: called from configure_make at line 117 column 9 install at line 204 column 7 pkg at line 619 column 9

pkg install "https://github.com/PREDICT-EPFL/piqp/releases/download/v0.4.1/piqp-octave.tar.gz" Compiling PIQP Octave interface... [done] warning: doc_cache_create: unusable help text found in file 'piqp_oct' warning: called from doc_cache_create>handle_function at line 98 column 5 doc_cache_create>create_cache at line 118 column 36 gen_doc_cache_in_dir>@ at line 150 column 20 doc_cache_create>gen_doc_cache_in_dir at line 151 column 9 doc_cache_create at line 62 column 12 install>generate_lookfor_cache at line 838 column 5 install at line 243 column 7 pkg at line 619 column 9