Skip to content

Python version mismatch #10

@CODE-BULIAO

Description

@CODE-BULIAO

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions