Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: Call to bh_tsne exited with a non-zero return code #2

Open
improbable-22 opened this issue Dec 1, 2017 · 0 comments
Open

ERROR: Call to bh_tsne exited with a non-zero return code #2

improbable-22 opened this issue Dec 1, 2017 · 0 comments

Comments

@improbable-22
Copy link

I was trying to get this to work, on Julia 0.6.0 and Mac OS. After fixing some issues with PyCall syntax, I get the following error when running the example in README.md. Any ideas?

julia> results = bh_tsne(samples, perplexity=30, verbose=true)
/Users/me/.julia/v0.6/BHTsne/src/cpp/bh_tsne: /Users/me/.julia/v0.6/BHTsne/src/cpp/bh_tsne: cannot execute binary file
ERROR: failed process: Process(`/Users/me/.julia/v0.6/BHTsne/src/cpp/bh_tsne`, ProcessExited(126)) [126]
ERROR: ERROR: Call to bh_tsne exited with a non-zero return code exit status,
                          please refer to the bh_tsne output for further details
Stacktrace:
 [1] (::BHTsne.##7#14{Bool})() at /Users/me/.julia/v0.6/BHTsne/src/BHTsne.jl:74
 [2] cd(::BHTsne.##7#14{Bool}, ::String) at ./file.jl:70
 [3] (::BHTsne.##4#11{Int64,Int64,Float64,Int64,Bool})(::String) at /Users/me/.julia/v0.6/BHTsne/src/BHTsne.jl:68
 [4] mktempdir(::BHTsne.##4#11{Int64,Int64,Float64,Int64,Bool}, ::String) at ./file.jl:392
 [5] #bh_tsne#3(::Int64, ::Int64, ::Int64, ::Float64, ::Int64, ::Bool, ::Function, ::Array{Float64,2}) at /Users/me/.julia/v0.6/BHTsne/src/BHTsne.jl:50
 [6] (::BHTsne.#kw##bh_tsne)(::Array{Any,1}, ::BHTsne.#bh_tsne, ::Array{Float64,2}) at ./<missing>:0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant