Skip to content

Conversation

PedroRuizCode
Copy link

Modified versions of python and numpy for compatibility with newer python and torch (with numpy) versions. Not published as new version yet.

@Francis235
Copy link

How can I build an installation package that can run with Python 3.12?

@PedroRuizCode
Copy link
Author

How can I build an installation package that can run with Python 3.12?

Hello. To compile the full package, you can refer to the Poetry documentation. I've already compiled the package, and since it hasn't been merged into the main branch, you can install it with this:

pip install https://raw.githubusercontent.com/PedroRuizCode/DeepFilterNet/main/DeepFilterNet/dist/deepfilternet-0.5.7rc0-py3-none-any.whl

Let me know if it works :)

@Francis235
Copy link

Hello, this package cannot run on both Python 3.11 and Python 3.12 platforms. When I install it, the following error occurs:
ERROR: DeepFilterLib-0.5.7rc0-cp311-cp311-manylinux_2_35_x86_64.whl is not a supported wheel on this platform.

How can I build an installation package that can run with Python 3.12?如何构建一个可以在 Python 3.12 中运行的安装包?

Hello. To compile the full package, you can refer to the Poetry documentation. I've already compiled the package, and since it hasn't been merged into the main branch, you can install it with this:你好。要编译完整的包,可以参考 Poetry 文档。我已经编译了这个包,由于还没有合并到主分支,你可以这样安装:

pip install https://raw.githubusercontent.com/PedroRuizCode/DeepFilterNet/main/DeepFilterNet/dist/deepfilternet-0.5.7rc0-py3-none-any.whl

Let me know if it works :)如果可以的话,请告诉我一下 :)

@Francis235
Copy link

@PedroRuizCode Could you kindly share your compilation script and the modified content?
I will try installing the package that I compiled myself.

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.

2 participants