[pyinstaller][open-cv] ImportError: OpenCV loader: missing configuration file: ['config.py']Python error “ImportError: No module named”How to print the full traceback without halting the program?How to uninstall Python 2.7 on a Mac OS X 10.6.4?Most Pythonic way to provide global configuration variables in config.py?pg_config executable not foundImportError: DLL load failed: %1 is not a valid Win32 application. But the DLL's are thereInstalling OpenCV for Python on Ubuntu, getting ImportError: No module named cv2.cvOpenCV with standalone python executable (py2exe/pyinstaller)Pyinstaller “Failed to execute script pyi_rth_pkgres” and missing packagesUsing OpenCV with PyInstaller
In general, would I need to season a meat when making a sauce?
Boss wants me to falsify a report. How should I document this unethical demand?
What does the view outside my ship traveling at light speed look like?
Installed Electric Tankless Water Heater - Internet loss when active
Is neural networks training done one-by-one?
Crossing US border with music files I'm legally allowed to possess
How to use Palladio font in text body but Computer Modern for Equations?
Why do Ryanair allow me to book connecting itineraries through a third party, but not through their own website?
Why aren't space telescopes put in GEO?
Pirate democracy at its finest
Why do most published works in medical imaging try to reduce false positives?
How to know if a folder is a symbolic link?
Ticket to ride, 1910: What are the big cities
US Passport stamped in UK for 6 months twice
Count Even Digits In Number
Text at the right of icon
Employer demanding to see degree after poor code review
What are these arcade games in Ghostbusters 1984?
Does Nitrogen inside commercial airliner wheels prevent blowouts on touchdown?
the meaning of 'carry' in a novel
Should breaking down something like a door be adjudicated as an attempt to beat its AC and HP, or as an ability check against a set DC?
Why are C64 games inconsistent with which joystick port they use?
Can I install both XCode & Android Studio on MacBook Air with only 8 GB of Ram
If a person had control of every single cell of their body, would they be able to transform into another creature?
[pyinstaller][open-cv] ImportError: OpenCV loader: missing configuration file: ['config.py']
Python error “ImportError: No module named”How to print the full traceback without halting the program?How to uninstall Python 2.7 on a Mac OS X 10.6.4?Most Pythonic way to provide global configuration variables in config.py?pg_config executable not foundImportError: DLL load failed: %1 is not a valid Win32 application. But the DLL's are thereInstalling OpenCV for Python on Ubuntu, getting ImportError: No module named cv2.cvOpenCV with standalone python executable (py2exe/pyinstaller)Pyinstaller “Failed to execute script pyi_rth_pkgres” and missing packagesUsing OpenCV with PyInstaller
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I am trying to build binary package of my code, the build process completed with success, but when I m trying to run the binary file, I got such an error:
ImportError: OpenCV loader: missing configuration file: ['config.py']. Check OpenCV installation.
Error log:
python opencv binary pyinstaller
add a comment |
I am trying to build binary package of my code, the build process completed with success, but when I m trying to run the binary file, I got such an error:
ImportError: OpenCV loader: missing configuration file: ['config.py']. Check OpenCV installation.
Error log:
python opencv binary pyinstaller
add a comment |
I am trying to build binary package of my code, the build process completed with success, but when I m trying to run the binary file, I got such an error:
ImportError: OpenCV loader: missing configuration file: ['config.py']. Check OpenCV installation.
Error log:
python opencv binary pyinstaller
I am trying to build binary package of my code, the build process completed with success, but when I m trying to run the binary file, I got such an error:
ImportError: OpenCV loader: missing configuration file: ['config.py']. Check OpenCV installation.
Error log:
python opencv binary pyinstaller
python opencv binary pyinstaller
edited Mar 24 at 5:10
nathancy
2,3871624
2,3871624
asked Mar 24 at 1:24
jasiekkmjasiekkm
64
64
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55319943%2fpyinstalleropen-cv-importerror-opencv-loader-missing-configuration-file%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55319943%2fpyinstalleropen-cv-importerror-opencv-loader-missing-configuration-file%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown