You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing the QBreader module for Python 3.10 and 3.12 using "pip" (PyPA, PyPI), I have discovered that the "random_tossup" function of the module had not been found. I have tested the "example" code for this module, but even that does not operate functionally. And I am not sure about the "qbreader.Sync" and "qbreader.Async" modules actually existing on my system. I do not believe that this is an issue with "pip" failing to install submodules by the way.
The text was updated successfully, but these errors were encountered:
ImportError: cannot import name 'Sync' from 'qbreader' (C:\Users********\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\qbreader_init_.py)
When installing the QBreader module for Python 3.10 and 3.12 using "pip" (PyPA, PyPI), I have discovered that the "random_tossup" function of the module had not been found. I have tested the "example" code for this module, but even that does not operate functionally. And I am not sure about the "qbreader.Sync" and "qbreader.Async" modules actually existing on my system. I do not believe that this is an issue with "pip" failing to install submodules by the way.
The text was updated successfully, but these errors were encountered: