jcmgray / xyzpy

Efficiently generate and analyse high dimensional data.
http://xyzpy.readthedocs.io
MIT License
66 stars 11 forks source link

conda package missing? #4

Closed RafalSkolasinski closed 3 years ago

RafalSkolasinski commented 5 years ago

Documentation states that there should be conda package. I cannot find it though... Am I missing something?

petrucci ➜  ~ conda search xyzpy
Loading channels: done

PackagesNotFoundError: The following packages are not available from current channels:

  - xyzpy

Current channels:

  - https://conda.anaconda.org/conda-forge/linux-64
  - https://conda.anaconda.org/conda-forge/noarch
  - https://repo.anaconda.com/pkgs/main/linux-64
  - https://repo.anaconda.com/pkgs/main/noarch
  - https://repo.anaconda.com/pkgs/free/linux-64
  - https://repo.anaconda.com/pkgs/free/noarch
  - https://repo.anaconda.com/pkgs/r/linux-64
  - https://repo.anaconda.com/pkgs/r/noarch
  - https://repo.anaconda.com/pkgs/pro/linux-64
  - https://repo.anaconda.com/pkgs/pro/noarch

To search for alternate channels that may provide the conda package you're
looking for, navigate to

    https://anaconda.org

and use the search bar at the top of the page.
jcmgray commented 5 years ago

Sorry the docs are maybe a little bit unclear - xyzpy itself is just on pypi (pip), while the recommended way of installing the dependencies is indeed conda. Is this what you are referring to?

At some point I would like to get xyzpy on conda-forge, but don't have time right at the moment!

P.s. glad you found this in the end.

RafalSkolasinski commented 5 years ago

Ah, now it's clear, thanks!

On Mon, 5 Nov 2018, 10:39 Johnnie Gray <notifications@github.com wrote:

Sorry the docs are maybe a little bit unclear - xyzpy itself is just on pypi (pip), while the recommended way of installing the dependencies is indeed conda. Is this what you are referring to?

At some point I would like to get xyzpy on conda-forge, but don't have time right at the moment!

P.s. glad you found this in the end.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jcmgray/xyzpy/issues/4#issuecomment-435829611, or mute the thread https://github.com/notifications/unsubscribe-auth/AKa_9Zi5SUzgZ6TwjNBgt8muycK3SRlAks5usBVSgaJpZM4YNkmt .

jcmgray commented 3 years ago

xyzpy can now be installed from conda-forge!