facebookresearch / facebookresearch/fairseq2
seamless_communication require fairseq2n == 0.2.0
- Dominant language
- Python
- Stars
- 1.1k
- Forks
- 144
- Avg merge
- 4d 1h
- Merged PRs (30d)
- 1
Description
I try to install seamless_communcation on a man intel. I've followed all the instructions to install fairseg2 but when I try to install seamless_communcation I receive the Error:
ERROR: Could not find a version that satisfies the requirement fairseq2n==0.2.0 (from fairseq2) (from versions: none)
ERROR: No matching distribution found for fairseq2n==0.2.0
doing pip show fairseq2n the result is:
Name: fairseq2n
Version: 0.3.0.dev0
Summary: FAIR Sequence Modeling Toolkit (Native)
Home-page: https://github.com/facebookresearch/fairseq2
Author: Fundamental AI Research (FAIR) at Meta
Author-email:
License: MIT
Location: /Users/me/python/AI/SeamlessM4T/venv/lib/python3.9/site-packages
Requires: tbb, torch
Required-by: fairseq2
How can I install version 0.2.0?
thank you very much
Contributor guide
Assessment
This issue has not been assessed yet.