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

LibCloud.jl does not install libcloud #9

Open
samuelpowell opened this issue Jan 14, 2017 · 1 comment
Open

LibCloud.jl does not install libcloud #9

samuelpowell opened this issue Jan 14, 2017 · 1 comment

Comments

@samuelpowell
Copy link
Contributor

On a fresh installation of Julia 0.5 on OS X (with PyCall using Conda's Python installation), adding LibCloud and then using the package results in:

julia> using LibCloud
ERROR: LoadError: InitError: PyError (:PyImport_ImportModule) <type 'exceptions.ImportError'>
ImportError('No module named container.types',)

this is presumably because the call to pyimport_conda (common.jl:22) fails

using Conda
julia> pyimport_conda("libcloud", "apache-libcloud")
INFO: Installing libcloud via the Conda apache-libcloud package...
Fetching package metadata .........


PackageNotFoundError: Package not found: '' Package missing in current osx-64 channels: 
  - apache-libcloud

You can search for packages on anaconda.org with

    anaconda search -t conda apache-libcloud

You may need to install the anaconda-client command line client with

    conda install anaconda-client

One can install libcloud using Conda's pip, but that somewhat defeats the purpose of the pyimport_conda statement, and is contrary to the README.

@samuelpowell
Copy link
Contributor Author

Note that whilst the apache-libcloud package for is available in a number of conda channels (selected by the third argument to pyimport_conda), they all seem out of date (incompatible with LibCloud).

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