seamless_communication
seamless_communication copied to clipboard
Hosting the model on a notebook
Hi, there. I tried to install the package with the code
pip install fairseq2==0.1
pip install .
However, I met the error such that
"ERROR: Cannot uninstall 'TBB'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall. ERROR: Directory '.' is not installable. Neither 'setup.py' nor 'pyproject.toml' found.".
May I ask how to solve this issue? Thank you very much in advance.
Hello @zhanghanghitomi, I created a notebook to run the model on Colab. You can find it here
Thanks for the response. However, I still met errors such that
" ERROR: Cannot uninstall 'TBB'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall. "
I conjecture the problem comes from the package fairseq2.
similar issue, please help
Installing collected packages: tbb, typing-inspect, tensorboard-data-server, rsa, rapidfuzz, protobuf, portalocker, packaging, overrides, oauthlib, grpcio, click, cachetools, absl-py, sacrebleu, requests-oauthlib, pyre-extensions, jiwer, google-auth, google-auth-oauthlib, fairseq2n, tensorboard, torchtnt, torcheval, fairseq2 Attempting uninstall: tbb Found existing installation: TBB 0.2 ERROR: Cannot uninstall 'TBB'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
Hey folks, quick question. Are you trying to install fairseq2 in an Anaconda base environment?
Hey folks, quick question. Are you trying to install fairseq2 in an Anaconda base environment?
Yes. I faced this error when i run this in AWS