Transformers pip install -e ".[dev]" running into error

Hello HuggingFace Community, this is my first post and I wasn’t sure where exactly to post this question but I hope I found the right place. I can’t seem to get the script below to run without error to set up my dev environment for transformers.

pip install -e ".[dev]"

My Python version is 3.9.1, and my pip version is 23.0.1
I’ve previously run the script without an issue but now cannot seem to resolve it.

ERROR: Could not find a version that satisfies the requirement decord==0.6.0; extra == "dev" (from transformers[dev]) (from versions: none)
ERROR: No matching distribution found for decord==0.6.0; extra == "dev"

This is the error message that shows up after running the script. Any help is appreciated!

2 Likes