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

PyCall throws shlib_ext missing error #10549

Closed
ibell opened this issue Mar 18, 2015 · 6 comments · Fixed by JuliaLang/METADATA.jl#2348
Closed

PyCall throws shlib_ext missing error #10549

ibell opened this issue Mar 18, 2015 · 6 comments · Fixed by JuliaLang/METADATA.jl#2348

Comments

@ibell
Copy link

ibell commented Mar 18, 2015

I think this is a bug with Julia, not PyCall, but I'm not sure... I see the same error on windows and linux. See also JuliaPy/PyCall.jl#125

ian@ian-VirtualBox:~/Desktop$ julia
OpenBLAS : Your OS does not support AVX instructions. OpenBLAS is using Nehalem kernels as a fallback, which may give poorer performance.
               _
   _       _ _(_)_     |  A fresh approach to technical computing
  (_)     | (_) (_)    |  Documentation: http://docs.julialang.org
   _ _   _| |_  __ _   |  Type "help()" for help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 0.4.0-dev+3864 (2015-03-17 19:48 UTC)
 _/ |\__'_|_|_|\__'_|  |  Commit 09604d6 (0 days old master)
|__/                   |  x86_64-linux-gnu

julia> using PyCall
ERROR: LoadError: LoadError: UndefVarError: shlib_ext not defined
 in include at ./boot.jl:250
 in include_from_node1 at ./loading.jl:129
 in include at ./boot.jl:250
 in include_from_node1 at ./loading.jl:129
 in reload_path at ./loading.jl:153
 in _require at ./loading.jl:68
 in require at ./loading.jl:51
while loading /home/ian/.julia/v0.4/PyCall/src/pyinit.jl, in expression starting on line 13
while loading /home/ian/.julia/v0.4/PyCall/src/PyCall.jl, in expression starting on line 133
@ibell ibell changed the title PyCall on windows throws shlib_ext missing error PyCall throws shlib_ext missing error Mar 18, 2015
@ihnorton
Copy link
Member

Need to do Pkg.checkout("PyCall") until a new version is tagged. See #10328 and JuliaPy/PyCall.jl#119

@ibell
Copy link
Author

ibell commented Mar 18, 2015

Evidently I am up-to-date and no love

julia> Pkg.checkout("PyCall")
INFO: Checking out PyCall master...
INFO: Pulling PyCall latest master...
INFO: No packages to install, update or remove

On Tue, Mar 17, 2015 at 10:28 PM, Isaiah notifications@github.com wrote:

Need to do Pkg.checkout("PyCall") until a new version is tagged. See
#10328 #10328 and
JuliaPy/PyCall.jl#119 JuliaPy/PyCall.jl#119


Reply to this email directly or view it on GitHub
#10549 (comment).

@ihnorton
Copy link
Member

I guess that one wasn't fixed yet. Not a julia bug, just caught on the bleeding edge of API cleanup (#10328). Fix inbound but probably won't get merged until tomorrow.

@ibell
Copy link
Author

ibell commented Mar 18, 2015

okiedokie, thanks anyway

On Tue, Mar 17, 2015 at 10:42 PM, Isaiah notifications@github.com wrote:

I guess that one wasn't fixed yet. Not a julia bug, just caught on the
bleeding edge of API cleanup (#10328
#10328). Fix inbound but
probably won't get merged until tomorrow.


Reply to this email directly or view it on GitHub
#10549 (comment).

@sax25
Copy link

sax25 commented Mar 26, 2015

i get the same error (shlib_ext not defined).
tried to checkout newer version of PyCall(and PyPlot), but also seem to have the latest version already.
"PyCall" => v"0.7.3+"
"PyPlot" => v"1.5.1+"

my Julia-Version: 0.4.0-dev+3981 (2015-03-25 02:18 UTC)

@ihnorton
Copy link
Member

see JuliaLang/METADATA.jl#2348

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

Successfully merging a pull request may close this issue.

3 participants