How Can I setup Easyocr on Jetson Nano with pycharm

Hi everyone. I new member in this forum. Can I ask a question for jetson nano ? I setup pycharm 2022.3 and I want to try setup with pip Easyocr but have more problem I think.

Hi,

It looks like you are using python 3.11.

The default python version for Nano is python 3.6 (Ubuntu 18.04).
Could you try if you can install it with python 3.6?

Thanks.

Hi,

I tried to install but when I look on cmd python version looks like 2.7 and then I look python3 on cmd version 3.6.9 how can I do primary python3 ?

Is this still an issue to support? Any result can be shared? Thanks

I still need support. currently 3.6.9 version is installed as python3, but easyocr requires 3.7 version and above. I couldn’t solve the problem here. Can you help with this ?

Anyone I need help this topic How can I setup in jetson Nano Easyocr with Pycharm ?

Hi,

You can manually install python3.7 and the libraries you need.

Or you can check if the below command can also work for your use case:

Thanks.

I solved my problem thanks for supporting.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.