QtCreator error module "io.thp.pyotherside" is not installed - qml

I creat QtQuick project and install pyotherside.
Also I add vars QML_IMPORT_PATH and QML2_IMPORT_PATH.
In the editor, the import line is not tinted as an error. But when I start debugging and building, an error occurs:
qrc:/main.qml:4:1: module "io.thp.pyotherside" is not installed
07:01:20: /home/artee/build-Test4-Desktop_Qt_6_2_4_GCC_64bit-Debug/Test4 exited with code 255
Please help me to solve this problem.

Related

pyinstaller-ModuleNotFoundError, How to incl module which added manually by __init__.py in pyinstaller

I have my_ui.py and resources_rc.py are automatically generated from a QT GUI designer.
I can run my_ui.py using python my_ui.py.
This is my-module structure
\my-module
\__init__.py
\my_ui.py
\resouces_rc.py
Content of init.py. resource_rc will be imported and later used inside my_ui.py
from my-module import resources_rc
sys.modules['resource_rc'] = resources_rc
pyinstaller command:
pyinstaller --paths=resources_rc.py myui.py --onefile
I got an error message when running ./dist/my_ui
ModuleNotFoundError: No module named 'resources_rc'
I have tried to run pyinstalled outside my-module directory and still i get this error message.
Any idea how to solve this problem? Many thanks.

iam running this program in pycharm and then countered with this problem

from mediapipe.python._framework_bindings import resource_util
ImportError: DLL load failed while importing _framework_bindings: The specified module could not be found.
Top Solution!
Type in your terminal pip install msvc-runtime it will work fine.
If you want to know more about mediapipe visit:
https://google.github.io/mediapipe/
Thanks.

How to fix matplotlib.pyplot problem in installed matplotlib in python

I am new in python and last month I have installed matplotlib module in my python and using that I have also done some codes successfully. But now suddenly I don't know why my matlpotlib module is not working. When I write "import matplotlib.pyplot as plt" it shows the error "ModuleNotFoundError: No module named 'matplotlib.pyplot'; 'matplotlib' is not a package" and the codes that was done before are also not working and showing the same error."import matplotlib" statement works properly in command prompt and IDLE. What am I suppose to do to solve this problem?

Installing Torch Extension fb-caffe-exts from github

I am trying to install the fb-caffe-exts extension for Torch from Github fb-caffe-exts, specifically I am trying to use torch2caffe.
I am trying to run the test.lua demo for torch2caffe, but I am getting the following error, which refers to a line in the test.lua file:
t2c.run(opts, module) --attempt to call field 'run' (a nil value)
All the tests fail, with the stack trace referring to this error. I have installed the dependencies (fb.lualib etc) and added the lua packages to my path. Fb.python and the other dependencies import without producing errors.
Any help appreciated.

qtwebkit-opensource-5.0.0-beta2 build error(target:linux-g++-64,params:--qt --only-webkit --no-webkit2)

when i trying to build it i get this error:
Encountered 3 configuration warning(s):
! QtQuick module not found, QML APIs will not be built
! Missing QtWidgets module, disabling WebKit1
! Missing QtTest module, disabling DumpRenderTree, WebKitTestRunner and tests
WebKit is now configured for building. Just run 'make'.
...
Project ERROR: Unknown module(s) in QT: core
whereas i installed qtbase-5.0.0-beta2 and libQtCore libQtWidgets libQtTest are exist
in usr/lib but libQtQuick not exist.
the 258. line of qtwebkit-opensource-src-5.0.0-beta2/Source/WTF/WTF.pro file cause error
above.the line seems such:
QT += core