OpenChatKit icon indicating copy to clipboard operation
OpenChatKit copied to clipboard

Environment issues

Open psm-2 opened this issue 2 years ago • 2 comments

I am trying to run it, but it gives me this error:

$ mamba env create -f environment.yml pytorch/linux-64 Using cache pytorch/noarch Using cache nvidia/linux-64 Using cache nvidia/noarch Using cache conda-forge/linux-64 Using cache conda-forge/noarch Using cache pkgs/main/linux-64 [====================] (00m:00s) No change pkgs/main/noarch [====================] (00m:00s) No change pkgs/r/linux-64 [====================] (00m:00s) No change pkgs/r/noarch [====================] (00m:00s) No change

Looking for: ['cudatoolkit=11.8.0', 'cupy=8.3.0', 'faiss-gpu=1.7.2', 'fastparquet=0.5.0', 'nccl=2.12.12.1', 'pip=22.3.1', 'pyarrow=8.0.0', 'python=3.10.9', 'python-snappy=0.6.1', 'pytorch=1.13.1', 'pytorch-cuda=11.6', 'snappy=1.1.9', 'torchaudio=0.13.1', 'torchvision=0.14.1']

Encountered problems while solving. Problem: nothing provides __glibc >=2.17 needed by nccl-2.12.12.1-h0800d71_0 Problem: nothing provides __glibc >=2.17,<3.0.a0 needed by cupy-8.3.0-py36h0289dbd_2

psm-2 avatar May 28 '23 16:05 psm-2

Faced the same problem. Try reinstalling conda fresh : Download Miniconda package for linux (https://docs.conda.io/en/latest/miniconda.html) using wget Bash (downloaded package name)

Mohdwajtech avatar Jun 07 '23 11:06 Mohdwajtech

Edit yaml Change python version to the one you are using If you use 3.9, change to 3.9 If fastparquet is still annoying, move it after python Then it will start to do something If if crash while downloading, try again If it continue to download, it can crash many times unable Keep running it until it download it all Then see if it works

In the realm of code, where languages dance, There resides a trio, an enchanting trance. YAML, the graceful, with its structured flow, Mamba and Conda, partners in the show.

YAML, the mamba, slithers with ease, Defining configurations with elegant keys. Indentations and colons, its rhythmic embrace, Unveiling the structure with style and grace.

Conda, the conductor, orchestrates the stage, Managing environments, a virtuoso engaged. Packages it gathers, dependencies it weaves, Building a fortress where code surely breathes.

Mamba, the swift, a powerful force, Accelerating the process with agility and course. Taking Conda's lead, it leaps with might, Resolving, installing, soaring in flight.

Together they tango, a trio so grand, YAML, Mamba, Conda, a harmonious band. Creating environments, managing with care, Empowering developers in their coding affair.

So let us embrace this poetic code, Where YAML, Mamba, and Conda unfold. In the symphony of software, their steps entwined, Guiding us forward, a melody defined.

ghost avatar Jun 24 '23 20:06 ghost