Contribute to Transformers on windows natively without WSL

#13
by MuhammadEssameldeen - opened

Kindly check this before anything.
https://github.com/huggingface/transformers/issues/38601#issuecomment-2944080410

I basically deleted everything when I mean everything I don't mean only transformers, no like everything even the tools like CMake and so on and started from scratch and even tried to setup out of venv and it's still the same issue. please let know how to install pip install -e ".[dev]" successfully on windows

NOTE: I even uninstalled latest version of python and Installed Python 3.10 only and it's in the path. I've checked everything as I did before the issue remains

Transformers Community org

Hey @MuhammadEssameldeen , do you mind putting the full error trace you have when you do the installation? Happy to see what's up.

I guess what's likely happening here is that the dev extra has dependencies that are not supported on Windows. To isolate the problem more, what happens when you do:

pip install -e .

?

Hey @MuhammadEssameldeen , do you mind putting the full error trace you have when you do the installation? Happy to see what's up.

I guess what's likely happening here is that the dev extra has dependencies that are not supported on Windows. To isolate the problem more, what happens when you do:

pip install -e .

?

I ran this one successfully and this one successfully as well > pip install -e . --prefer-binary

but the error raises up only when I do this pip install -e ".[dev]" and this pip install -e ".[dev]" --no-build-isolation --prefer-binary

Sign up or log in to comment