Skip to content

Fix setup.py#49

Open
0x4E69676874466F78 wants to merge 1 commit intomhrice:mainfrom
0x4E69676874466F78:main
Open

Fix setup.py#49
0x4E69676874466F78 wants to merge 1 commit intomhrice:mainfrom
0x4E69676874466F78:main

Conversation

@0x4E69676874466F78
Copy link

@0x4E69676874466F78 0x4E69676874466F78 commented Aug 28, 2025

This way you can install without errors.

mamba create -n remfx python=3.8
mamba activate remfx
git clone --recursive --depth 1 https://github.com/mhrice/RemFx
cd RemFx
pip install -e . ./umx
pip install --no-deps hearbaseline

In newer versions of python such as 3.10 there is a bug:

error: resolution-too-deep
× Dependency resolution exceeded maximum depth

I was told that for MacOS you also need:

pip install pesq --use-pep517

this way you can install without errors
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

Successfully merging this pull request may close these issues.

1 participant