Closed Baxkiller closed 11 months ago
I ran the program with Python 3.6.9. Maybe you can upgrade Python to 3.7 as instructed by the error message. I recently encountered the exactly same problem when running other programs.
Yeah. I have solved the problem by upgrading Python version and it runs well. Thanks to your helpful reply.
I installed
Python=3.6
andtorch=1.6
according to the required dependencies you mentioned, but when I installed transformers using the commandconda install transformers=4.18.0
, the following problem occurred:So I would like to confirm with you the dependency packages required to run this project.