Ahh I see you’re on Python 3.6, given that that is well past end of life I
would suggest upgrading there too. Doubt you’ll get much help back-porting
stuff to that version there.

On Thu, Oct 12, 2023 at 14:49 Ognyan Moore <[email protected]> wrote:

> That’s an ancient version of PyQtGraph, why not use the current version?
>
> Also, how did you install it, the primary method we support is via pip
> install.  That error is an indication that PyQtGraph is not installed to
> the currently active environment.
>
> On Thu, Oct 12, 2023 at 08:41 JMAG Data <[email protected]> wrote:
>
>> Hi all,
>>
>> I developed an app using pyqtgraph (0.10.x) with Python 3.6 and PyQt5 but
>> I recently had to update my system to switch to using WSL and python (was
>> previously using Anaconda/Spyder IDE) but I can no longer get my app to
>> work along with any of the example code from
>> https://github.com/pyqtgraph/pyqtgraph/tree/master/pyqtgraph/examples
>>
>> I always get the following:
>>
>> from pyqtgraph.Qt import QtCore ModuleNotFoundError: No module named
>> 'pyqtgraph.Qt'; 'pyqtgraph' is not a package
>>
>> I don't want to have to update all my code (unless I really have to) and
>> don't really want to roll back to previous versions. Is there something I
>> have missed regarding incompatibilities with Python 3.10.x or PyQt6?
>>
>> Any help appreciated. Thanks!
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "pyqtgraph" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [email protected].
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/pyqtgraph/972efc5b-17b1-4b47-a899-e27e2d7b2792n%40googlegroups.com
>> <https://groups.google.com/d/msgid/pyqtgraph/972efc5b-17b1-4b47-a899-e27e2d7b2792n%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"pyqtgraph" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyqtgraph/CA%2BnduTGEFVmWvYqZmidkF4c0MZQ73srOdzvXgi3RS4R2VcJMog%40mail.gmail.com.

Reply via email to