-
Notifications
You must be signed in to change notification settings - Fork 3
Please add installation/environment set up instructions #7
Comments
Hi @sammlapp, this a strange error considering the fact that we don't use Rust in this repo.
|
Sorry for the lack of detail above. Further inspection of the error message shows that building a wheel for My python version is Python 3.10.13, and I previously also tried with python 3.9.18 and with python 3.8.18. My operating system is Mac OS 12.6 (Apple M1 chip). The error output is quite long so I put it in a gist (not including the many lines of "using cached"... at the beginning): https://gist.github.com/sammlapp/2f47bccff6aefaa5c9de8f388e85646c |
Hi @sammlapp, sorry for the late reply.
One thing worth trying is to ensure that your Nevertheless, I have updated the transformers in the |
I checked that I'm using the correct pip. I also tried installing I noticed that the specific requirement "transformers==4.10.2" leads to
(tokenizers-0.10.3.tar.gz is the wheel-building that eventually fails) When I remove the version requirement for transformers in requirements.txt (ie replace Do you think that allowing newer versions of |
@sammlapp I have reverted the transformers version to 4.10.2. This is the version used to develop and test the tool. I'm not sure if future transformers releases will have backward compatibility. I believe your case is a bit special since you have M1, and has you said above there are few discrepancies with the Intel arch(on Mac). |
Thank you for providing open source code and model check point for this project!
For me, installation has failed with python 3.9 in a fresh conda environment the first 3 attempts. The first time was related to issue #5 and now I'm getting
error: can't find Rust compiler
I followed the installation instructions from https://rustup.rs/ but still get the error. I'm not a Rust user and don't know how to proceed. Thanks for any help!
The text was updated successfully, but these errors were encountered: