TianzhongSong / Real-Time-Action-Recognition

Real-time pose estimation and action recognition
408 stars 126 forks source link

PyQt5 Error #8

Closed akhilgupta0221 closed 6 years ago

akhilgupta0221 commented 6 years ago

Hi

While compiling the program I am facing this below issue:

Traceback (most recent call last): File "run.py", line 3, in from PyQt5 import QtCore, QtGui, QtWidgets ImportError: /usr/local/lib/python3.5/dist-packages/PyQt5/QtCore.so: undefined symbol: PySlice_AdjustIndices

This issue is also reproducible with the simple QT application as well. Can you please guide me here

Thanks in Advance !!!!!

Regards Akhil

TianzhongSong commented 6 years ago

@akhilgupta0221 Using Anaconda is recommended. PyQt5 has been included in Anaconda.

akhilgupta0221 commented 6 years ago

Thanks issue is solved So, closing it