Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need env.yaml or requirements.txt #11231

Open
jugal-sheth opened this issue Nov 8, 2024 · 1 comment
Open

Need env.yaml or requirements.txt #11231

jugal-sheth opened this issue Nov 8, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@jugal-sheth
Copy link

jugal-sheth commented Nov 8, 2024

On ubuntu 22.04
tried all varients of python 3.10<
but

conda create --name nemo python==3.10.12
conda activate nemo

apt-get update && apt-get install -y libsndfile1 ffmpeg
pip install Cython packaging
pip install nemo_toolkit['all']

installation works but multiple errors during code exectution
mostly

ImportError: cannot import name 'ModelFilter' from 'huggingface_hub' (/home/jugal/anaconda3/envs/nemo/lib/python3.10/site-packages/huggingface_hub/__init__.py)

can someone please export and share their python env along with python version

Thank you in advance

@jugal-sheth jugal-sheth added the bug Something isn't working label Nov 8, 2024
@jugal-sheth
Copy link
Author

as per #9793
degrading huggingface-hub impacted other packages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant