You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used Ubuntu 2022.04 and installed Conda. Then, I created a virtual environment using Conda and installed Python 2.7 in it. After that, I installed the necessary dependencies, and the code ran successfully. However, I encountered some issues with library installations, which I resolved by searching on Google and chatting with GPT.
For installing the OpenCV library, I used the command pip2 install opencv-python==4.2.0.32. Additionally, I utilized Conda for installing TensorFlow.
my instagram id alireza.ah2021
The text was updated successfully, but these errors were encountered:
I used Ubuntu 2022.04 and installed Conda. Then, I created a virtual environment using Conda and installed Python 2.7 in it. After that, I installed the necessary dependencies, and the code ran successfully. However, I encountered some issues with library installations, which I resolved by searching on Google and chatting with GPT.
For installing the OpenCV library, I used the command
pip2 install opencv-python==4.2.0.32
. Additionally, I utilized Conda for installing TensorFlow.my instagram id alireza.ah2021
The text was updated successfully, but these errors were encountered: