-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
According to the official PyPI metadata for the latest releases, mamba-ssm requires Python >= 3.9.
But you use Python 3.7 and mamba in here:
4kagent other tools environment # executor/tool.py L71
conda create -n 4kagent_spec_tools python=3.8 -y
conda activate 4kagent_spec_tools
pip install -r installation/spec_tools_requirements.txt
pip install mamba-ssm
cd executor/dehazing/tools/maxim
pip install .
cd ../../../..
cd executor/denoising/tools/NAFNet
python setup.py develop --no_cuda_ext
cd ../../../..
conda deactivate
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels