seamless_communication icon indicating copy to clipboard operation
seamless_communication copied to clipboard

Hosting the model on a notebook

Open zhanghanghitomi opened this issue 2 years ago • 5 comments

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.

zhanghanghitomi avatar Aug 22 '23 23:08 zhanghanghitomi

Hello @zhanghanghitomi, I created a notebook to run the model on Colab. You can find it here

R3gm avatar Aug 23 '23 03:08 R3gm

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.

zhanghanghitomi avatar Aug 23 '23 20:08 zhanghanghitomi

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.

billyxiaoli avatar Aug 24 '23 08:08 billyxiaoli

Hey folks, quick question. Are you trying to install fairseq2 in an Anaconda base environment?

cbalioglu avatar Sep 22 '23 19:09 cbalioglu

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

fulong98 avatar Sep 26 '23 08:09 fulong98