earth-mover / community

Community support for Arraylake
7 stars 0 forks source link

incorrect package name in conda and pip installation documentation #1

Closed andersy005 closed 8 months ago

andersy005 commented 8 months ago

there is a typo in the installation instructions on the documentation site. the documentation mentions that the package can be installed via conda but it specifies the wrong name for the package i.e. arraylake instead of arraylake-client

❯ mamba install -c conda-forge arraylake -y                                                                                                                                                                                                              

Looking for: ['arraylake']

conda-forge/osx-arm64                                       Using cache
conda-forge/noarch                                          Using cache

Pinned packages:
  - python 3.11.*

Could not solve for environment specs
The following package could not be installed
└─ arraylake does not exist (perhaps a typo or a missing channel).
❯ python -m pip install arraylake                                                                                                                                                                                                                        
ERROR: Could not find a version that satisfies the requirement arraylake (from versions: none)
ERROR: No matching distribution found for arraylake

here are the relevant links from the documentation for reference:

jhamman commented 8 months ago

Thanks @andersy005! Our docs are a few hours ahead of our actual release 😢 . For those who hit this same issue, please install the arraylake-cleint for now. The arraylake packages will be live shortly.

jhamman commented 8 months ago

The docs are accurate again. New package names come tomorrow.