-
Notifications
You must be signed in to change notification settings - Fork 38
Simplification not working with python 3.9 #12
Comments
Hi, thanks for raising this issue ! Are you sure that fairseq was at the 0.10.0 version as intended when you were in python 3.9 ? Sometimes it does not downgrades already installed libraries... |
I checked at that moment with |
Ok that's weird :O |
For future reference, we cannot install 0.10.2 on python 3.9 due to this bug: facebookresearch/fairseq#3535 |
Yes I can reproduce the bug with python 3.9 and fairseq 0.10.0, I don't understand where it comes from but maybe the best thing is to downgrade to python < 3.9 for now until fairseq updates to a new version. |
Hi,
In a python 3.9 environment, I could not run the simplification script - I was having this error :
Downgrading to python 3.7 and re running the setup fixed it. I'm reporting this since 20848f6 was intended to fix compatibility with 3.9, but it seems not to be working.
Anyhow, thanks for this great piece!
The text was updated successfully, but these errors were encountered: