PlotPyStack / PlotPy

Curve and image plotting tools for Python/Qt applications
BSD 3-Clause "New" or "Revised" License
28 stars 2 forks source link

Compile Error on installation #2

Closed AElimrani closed 1 year ago

AElimrani commented 1 year ago

Hi! While installing plotpy from the repo using pip on Windows 11 with VS2022 and python 3.12 installed, I encountered this error in the compile step:

image

If I try to install it without pointing to the repo, I get even more compile errors, so at least it seems like the latest commit has less issues.

Thank you! (I really like your tools by the way, super cool stuff!)

PierreRaybaut commented 1 year ago

This has been fixed 5 minutes later... hopefully (see commit 7ebc054). Could you please pull the latest changes and retry?

AElimrani commented 1 year ago

Works now! Thank you!!

PierreRaybaut commented 1 year ago

You're welcome. Thanks for the feedback.