Juan Manuel Crescente
Juan Manuel Crescente
Thank you for your response, within my files, I cannot find that ID ``` :~/tephra/tephra-0.12.2/config$ grep RLC_family0_exemplar ltr_class.fasta :~/tephra/tephra-0.12.2/config$ grep RLC_family0_exemplar potato_genome_transposons.fasta :~/tephra/tephra-0.12.2/config$ grep RLC_family0_exemplar potato_dm_v404_all_pm_un_tephra_ltrs.fasta ``` this is a...
same issue from django.utils.encoding import python_2_unicode_compatible ImportError: cannot import name 'python_2_unicode_compatible' from 'django.utils.encoding' (/Users/juan/Documents/manu/dev/profarm_crm/venv/lib/python3.7/site-packages/django/utils/encoding.py)
for example huawei Y6 (using as protected app)
Yes it works before killing it.
@wamuir I removed GOARCH=arm64 and now I get this: ``` CGO_ENABLED=1 go build ./executable ``` ``` dyld[99082]: Library not loaded: @rpath/libtensorflow_framework.2.dylib Referenced from: /usr/local/lib/libtensorflow.2.dylib Reason: tried: '/usr/local/lib/../_solib_darwin_x86_64/_U_S_Stensorflow_Clibtensorflow.2.7.0.dylib___Utensorflow/libtensorflow_framework.2.dylib' (no such file),...
@wamuir not working :( ``` # on the tensorflow source code path export LIBRARY_PATH="${LIBRARY_PATH}::/Users/juan.crescente/Documents/lib/tensorflow/bazel-bin/tensorflow/" export DYLD_LIBRARY_PATH="$DYLD_LIBRARY_PATH:/Users/juan.crescente/Documents/lib/tensorflow/bazel-bin/tensorflow/" sudo cp libtensorflow* /usr/local/lib/. gcc hello_tf.c -ltensorflow -o hello_tf -L /usr/local/lib hello_tf.c:1:1: error: expected...
If I copy the x86 files into /usr/local/lib I got a different error: ``` go run # command-line-arguments /usr/local/go/pkg/tool/darwin_amd64/link: running clang failed: exit status 1 ld: warning: ignoring file /usr/local/lib//libtensorflow.dylib,...
@wamuir in this case, I copied the content of the libs provided [here](https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-darwin-x86_64-2.7.0.tar.gz) from the tutorial. https://www.tensorflow.org/install/lang_c#build But just to make sure I was also following all the steps in...
@wamuir thanks for the explanation and yes makes sense, but I have also used only the binaries obtained from building from source. Check this. You can see that it is...
@wamuir sure: go env GO111MODULE="on" GOARCH="amd64" GOBIN="" GOCACHE="/Users/juan/Library/Caches/go-build" GOENV="/Users/juan/Library/Application Support/go/env" GOEXE="" GOEXPERIMENT="" GOFLAGS="" GOHOSTARCH="amd64" GOHOSTOS="darwin" GOINSECURE="" GOMODCACHE="/Users/juan/go/pkg/mod" GONOPROXY="" GONOSUMDB="" GOOS="darwin" GOPATH="/Users/juan/go" GOPRIVATE="" GOPROXY="https://proxy.golang.org,direct" GOROOT="/usr/local/go" GOSUMDB="sum.golang.org" GOTMPDIR="" GOTOOLDIR="/usr/local/go/pkg/tool/darwin_amd64" GOVCS="" GOVERSION="go1.17.6" GCCGO="gccgo"...