longcw / faster_rcnn_pytorch

Faster RCNN with PyTorch
MIT License
1.7k stars 466 forks source link

import cv2 error #34

Open XavierLinNow opened 7 years ago

XavierLinNow commented 7 years ago

when I run the train.py, the error ImportError: /usr/share/Anaconda2/lib/python2.7/site-packages/torch/lib/libgomp.so.1: versionGOMP_4.0' not found (required by /opt/OpenBLAS/lib/libopenblas.so.0) ` happens. How can I fix it?

Lyken17 commented 7 years ago

Google is your friend https://github.com/dmlc/xgboost/issues/1786