I am trying to get QCustomPlot2 working on Ppython 3.7 Anaconda installation Windows 10 x64
I tried installing via pip
and easy_install
from building qcustomplot2 via qt cmd and moved the .pyd
file into several locations. I updated pyqt from conda which then broke the install. However even when qcustomplot2 was installed, and not giving the dll error I was getting the stack buffer overflow error when calling it from the example.
I am using the PyCharm IDE