Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python3.11 compatibility #1347

Closed
ghost opened this issue Sep 30, 2023 · 7 comments
Closed

Python3.11 compatibility #1347

ghost opened this issue Sep 30, 2023 · 7 comments
Labels
stale 🪨话题搁置

Comments

@ghost
Copy link

ghost commented Sep 30, 2023

I mean is possible if you use the fork of fairseq that works in 3.11
i tested it in linux and windows too building fairseq for 3.11 using a ci https://github.com/soudabot/fairseq-build-whl/releases/tag/3.11
also used this to check if it works https://github.com/soudabot/Applio-RVC-Fork/tree/python3.10-support

@ghost
Copy link
Author

ghost commented Sep 30, 2023

after see some issues use the updated fairseq should fix #473

@LittlefanYang
Copy link

page not found
still not working in 3.11

@SeraphLayton
Copy link

easiest workaround for now would be a python environment:

python3.9 -m venv myenv
source myenv/bin/activate

@Aldair502
Copy link

easiest workaround for now would be a python environment:

python3.9 -m venv myenv
source myenv/bin/activate

that doesn't work with 3.11 lol

@Aldair502
Copy link

page not found still not working in 3.11

account deleted. it worked

@GUUser91
Copy link

Here is the solution for those using Python3.11
facebookresearch/fairseq#5012 (comment)

@github-actions github-actions bot added the stale 🪨话题搁置 label Apr 19, 2024
Copy link
Contributor

github-actions bot commented May 5, 2024

This issue was closed because it has been inactive for 15 days since being marked as stale.

@github-actions github-actions bot closed this as completed May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale 🪨话题搁置
Projects
None yet
Development

No branches or pull requests

4 participants