You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fairseq-0.12.4-cp310-cp310-win_amd64.whl is not a supported wheel on this platform. ( 'platform_system != "Windows"' don't match your environment )
#83
Open
AIhasArrived opened this issue
Oct 28, 2023
· 3 comments
Hello,
I tried to install bark manually through these steps:
When I got the last step, and wrote:
pip install -r requirements.txt
I got this error:
Ignoring fairseq: markers 'platform_system != "Windows"' don't match your environment
ERROR: fairseq-0.12.4-cp310-cp310-win_amd64.whl is not a supported wheel on this platform.
What's the problem, how to resolve this please? Thanks
The text was updated successfully, but these errors were encountered:
I'm currently using Python 3.11.8 version, and I experienced the same error during installation.
The solution to this is surprisingly simple.
First of all, cp310 is for Python 3.10 version, and cp311 is for Python 3.11 version.
Like the comments above, you can install or downgrade to the version for 3.10, but surprisingly, if you check the releases of the fairseq repository, there is a file exist for cp311.
To solve this issue, open the requirements.txt file, replace the link part of the fairseq wheel file to the following link, and now you can proceed with the installation of Python 3.11 version without any problems.
Hello,
![image](https://private-user-images.githubusercontent.com/148225825/278817439-c72de07e-313b-405b-b7bf-5a443e90263a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4NTQyNjgsIm5iZiI6MTczODg1Mzk2OCwicGF0aCI6Ii8xNDgyMjU4MjUvMjc4ODE3NDM5LWM3MmRlMDdlLTMxM2ItNDA1Yi1iN2JmLTVhNDQzZTkwMjYzYS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwNlQxNDU5MjhaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1lYjI3MjFmMDVjNTQ1YWE0MDIyMzA2ZjMxNjYzMzAzZWM5NzE1ZWRiNmIxMGUyOWY4OTgwYmYxOWI2OGYzZDBhJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.eRcGsMD5w1iXY4ZGXhzTNoFjsIOJMNPMWYMBfYxzwyA)
I tried to install bark manually through these steps:
When I got the last step, and wrote:
pip install -r requirements.txt
I got this error:
Ignoring fairseq: markers 'platform_system != "Windows"' don't match your environment
ERROR: fairseq-0.12.4-cp310-cp310-win_amd64.whl is not a supported wheel on this platform.
What's the problem, how to resolve this please? Thanks
The text was updated successfully, but these errors were encountered: