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
File "/home/*****.local/share/virtualenvs/*****/lib/python3.7/site-packages/paddle/fluid/core.py", line 249, in <module>
from . import libpaddle
ImportError: libpython3.7m.so.1.0: cannot open shared object file: No such file or directory
UserWarning: You are using GPU version Paddle, but your CUDA device is not set properly. CPU device will be used by default.
"You are using GPU version Paddle, but your CUDA device is not set properly. CPU device will be used by default."
nvidia-smi
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
The text was updated successfully, but these errors were encountered:
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
paddleocr = "==2.6.1.0"
python -m pip install paddlepaddle-gpu==2.4.0.post116 -f https://www.paddlepaddle.org.cn/whl/linux/mkl/avx/stable.html
进入 python 解释器,输入import paddle
https://blog.csdn.net/jaket5219999/article/details/127823120?spm=1001.2101.3001.6650.1&utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7EAD_ESQUERY%7Eyljh-1-127823120-blog-121096993.pc_relevant_multi_platform_whitelistv4&depth_1-utm_source=distribute.pc_relevant.none-task-blog-2%7Edefault%7EAD_ESQUERY%7Eyljh-1-127823120-blog-121096993.pc_relevant_multi_platform_whitelistv4&utm_relevant_index=2
这个博客解决了问题 但是cuda又出了问题...
The text was updated successfully, but these errors were encountered: