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

Installation issues #62

Closed
birdsarah opened this issue Apr 25, 2019 · 6 comments
Closed

Installation issues #62

birdsarah opened this issue Apr 25, 2019 · 6 comments

Comments

@birdsarah
Copy link

Not sure this is dask-yarn's fault so feel free to close, but wanted to share this fail when trying installation:

$ conda install dask-yarn -c conda-forge
 PackageNotFoundError: Package not found: '' Dependencies missing in current linux-64 channels:
   - dask-yarn -> grpcio >=1.14.0 -> c-ares >=1.15.0,<2.0a0 -> libgcc-ng >=7.3.0  
   - dask-yarn -> grpcio >=1.14.0 -> libstdcxx-ng >=7.3.0      
@birdsarah
Copy link
Author

No problems with pip.

@jcrist
Copy link
Member

jcrist commented Apr 25, 2019

I'm unable to reproduce with a clean environment. Perhaps you have other things in your environment already causing a conflict, and conda's version conflict reporting heuristic is failing here? What version of Python?

$ conda install -c conda-forge dask-yarn
Collecting package metadata: ...working... done
Solving environment: ...working... done

## Package Plan ##

  environment location: /home/testuser/miniconda

  added / updated specs:
    - dask-yarn


The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    bokeh-1.1.0                |           py37_0         6.3 MB  conda-forge
    c-ares-1.15.0              |    h14c3975_1001          98 KB  conda-forge
    ca-certificates-2019.3.9   |       hecc5488_0         146 KB  conda-forge
    certifi-2019.3.9           |           py37_0         149 KB  conda-forge
    click-7.0                  |             py_0          61 KB  conda-forge
    cloudpickle-0.8.1          |             py_0          17 KB  conda-forge
    conda-4.6.14               |           py37_0         2.1 MB  conda-forge
    cytoolz-0.9.0.1            |py37h14c3975_1001         414 KB  conda-forge
    dask-1.2.0                 |             py_0           4 KB  conda-forge
    dask-core-1.2.0            |             py_0         530 KB  conda-forge
    dask-yarn-0.6.0            |           py37_0          38 KB  conda-forge
    distributed-1.27.0         |           py37_0         838 KB  conda-forge
    freetype-2.10.0            |       he983fc9_0         885 KB  conda-forge
    grpcio-1.16.1              |   py37hf8bcb03_1         1.0 MB
    heapdict-1.0.0             |        py37_1000           7 KB  conda-forge
    jinja2-2.10.1              |             py_0          91 KB  conda-forge
    jpeg-9c                    |    h14c3975_1001         251 KB  conda-forge
    libblas-3.8.0              |       6_openblas           6 KB  conda-forge
    libcblas-3.8.0             |       6_openblas           6 KB  conda-forge
    libgfortran-3.0.0          |                1         281 KB  conda-forge
    liblapack-3.8.0            |       6_openblas           6 KB  conda-forge
    libpng-1.6.37              |       hed695b0_0         343 KB  conda-forge
    libprotobuf-3.7.1          |       h8b12597_0         4.6 MB  conda-forge
    libtiff-4.0.10             |    h648cc4a_1001         592 KB  conda-forge
    locket-0.2.0               |             py_2           6 KB  conda-forge
    markupsafe-1.1.1           |   py37h14c3975_0          26 KB  conda-forge
    msgpack-python-0.6.1       |   py37h6bb024c_0          88 KB  conda-forge
    numpy-1.16.3               |   py37he5ce36f_0         4.3 MB  conda-forge
    olefile-0.46               |             py_0          31 KB  conda-forge
    openblas-0.3.5             |       ha44fe06_0        13.7 MB  conda-forge
    openssl-1.1.1b             |       h14c3975_1         4.0 MB  conda-forge
    packaging-19.0             |             py_0          23 KB  conda-forge
    pandas-0.24.2              |   py37hf484d3e_0        11.1 MB  conda-forge
    partd-0.3.9                |             py_0          16 KB  conda-forge
    pillow-5.3.0               |py37h00a061d_1000         595 KB  conda-forge
    protobuf-3.7.1             |   py37he1b5a44_0         651 KB  conda-forge
    psutil-5.6.1               |   py37h14c3975_0         316 KB  conda-forge
    pyparsing-2.4.0            |             py_0          55 KB  conda-forge
    python-dateutil-2.8.0      |             py_0         219 KB  conda-forge
    pytz-2019.1                |             py_0         227 KB  conda-forge
    pyyaml-5.1                 |   py37h14c3975_0         183 KB  conda-forge
    skein-0.7.0                |             py_0         6.7 MB  conda-forge
    sortedcontainers-2.1.0     |             py_0          25 KB  conda-forge
    tblib-1.3.2                |             py_1          11 KB  conda-forge
    toolz-0.9.0                |             py_1          42 KB  conda-forge
    tornado-6.0.2              |   py37h516909a_0         635 KB  conda-forge
    zict-0.1.4                 |             py_0          10 KB  conda-forge
    ------------------------------------------------------------
                                           Total:        61.4 MB

<trimmed for brevity>

@birdsarah
Copy link
Author

birdsarah commented Apr 25, 2019

python 3.6, i tried with a clean environment, just python 3.6, and got the same error. I'm on EMR 0.11.1 if that's relevant.

@jcrist
Copy link
Member

jcrist commented Apr 25, 2019

The command

$ conda create -n demo python=3.6 dask-yarn -c conda-forge

works fine for me on linux. Perhaps an old version of conda?

@jcrist
Copy link
Member

jcrist commented May 6, 2019

Any updates here @birdsarah?

@jcrist
Copy link
Member

jcrist commented May 13, 2019

Closing as stale, if this problem continues feel free to reopen.

@jcrist jcrist closed this as completed May 13, 2019
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

2 participants