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

env error:Could not build wheels for mamba_ssm, which is required to install pyproject.toml-based projects** #386

Open
edwardhuanghz opened this issue Apr 16, 2024 · 5 comments

Comments

@edwardhuanghz
Copy link

docker search anaconda3
docker pull continuumio/anaconda3
docker run -it -d --name tsldev -p 6888:8888 -p 6822:22 -p 6006:6006 -e NVIDIA_DRIVER_CAPABILITIES=compute,utility -e NVIDIA_VISIBLE_DEVICES=all --gpus all -v D:\aidev:/aidev continuumio/anaconda3 /bin/bash
docker exec -it tsldev bash

conda create -n tsldev python=3.8
conda activate tsldev

conda deactivate

conda env remove --n tsldev

pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple

pip install --upgrade -i https://pypi.tuna.tsinghua.edu.cn/simple einops

when install mamba_ssm
pip install --upgrade -i https://pypi.tuna.tsinghua.edu.cn/simple einops mamba_ssm
occur a error,see below
ERROR: Could not build wheels for mamba_ssm, which is required to install pyproject.toml-based projects

@listview998
Copy link

It seems that using mamba_ssm currently only supports Linux systems and cannot be used temporarily under Windows. First, you need to check if the system environment is Linux

@edwardhuanghz
Copy link
Author

I run it on the docker of debian os in window 11

@Lijuming33
Copy link

全局检索mamba,把mamba : mamba模型注释,把导入语句中的mamba删除即可

@Harryx2019
Copy link

pip3 install mamba_ssm 可以装上

@ztxtech
Copy link

ztxtech commented May 17, 2024

You'd better create a new conda environment without docker and configure a correct mirror of PyPI. Maybe the official mirror of PyPI works. Then you will know what the problem is.

# delete the tuna mirror
pip install -r requirements.txt

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

5 participants