facebookresearch / MultiplexedOCR

Code for CVPR21 paper A Multiplexed Network for End-to-End, Multilingual OCR
Other
79 stars 10 forks source link

Installation Requirements #14

Closed leezx337 closed 1 year ago

leezx337 commented 1 year ago

Hello all,

May i check the specific version of python used in the creation of this programme? I have been trying to create the right environment for days to no avail due to dependency conflicts. TYIA!!

SuperIRabbit commented 1 year ago

Hi @leezx337 , The codebase should support python 3+ What kind of dependency conflicts are you seeing?

leezx337 commented 1 year ago

Hello @SuperIRabbit , thank you for your prompt reply!! I'm sorry I just traced the errors and eventually found out that my GCC version is too high. The programme is created on CUDA 10.1 but my GCC version requires CUDA>11. Thank you once again for your reply!!