chaquopy: No matching distribution found for lameenc

Chaquopy version 13.0

Relevant parts of your build.gradle file

ndk {
            abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
        }

        python {
            pip {
                install "lameenc"
            }
        }

Describe your issue

The following error is thrown during build:

ERROR: Could not find a version that satisfies the requirement lameenc (from versions: none)
ERROR: No matching distribution found for lameenc
Chaquopy: Exit status 1

FAILURE: Build failed with an exception.

The package lameenc is required by demucs (https://github.com/facebookresearch/demucs). Would it be possible to add support for it?

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Reactions: 2
  • Comments: 37 (32 by maintainers)

Most upvoted comments

Does the same apply to the “torchaudio” package?

Yes, it does.