windows-10

ModuleNotFoundError: No module named 'numpy.core._multiarray_umath' (While installing TensorFlow)

笑着哭i 提交于 2019-12-09 09:25:22
问题 I am following this tutorial to install TensorFlow(https://www.tensorflow.org/install/pip), but in the last command: python -c "import tensorflow as tf; tf.enable_eager_execution(); print(tf.reduce_sum(tf.random_normal([1000, 1000])))" I get this result: ModuleNotFoundError: No module named 'numpy.core._multiarray_umath' ImportError: numpy.core.multiarray failed to import The above exception was the direct cause of the following exception: Traceback (most recent call last): File "<frozen

Universal Windows project - HttpClient exception

感情迁移 提交于 2019-12-09 07:25:23
问题 I'm trying to implement REST client in Universal Windows project (in Windows 10 universal app) using HttpClient, but the following line: var response = _client.GetAsync(address).Result; throws an AggregateException with the following message: Access denied. A network capability is required to access this network resource More surprisingly, the request isn't event sent to server. How can I solve this problem? 回答1: Double click on the Package.appxmanifest file in your project. Click on the

Keras installed through Conda breaks the Anaconda Prompt on Windows 10 - Solved [closed]

人走茶凉 提交于 2019-12-09 06:56:44
问题 Closed . This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 9 months ago . I have a Win10 OS, with Anaconda 3.6 installed, and a friend told me to install keras by using a specific conda command. Without reading any other documentation, i took his word for it. So, I originally performed the following command that he shared with me, in the anaconda prompt to install keras

Grid Scroll Behind Modal Window

和自甴很熟 提交于 2019-12-09 06:50:27
I have built a MCV of this problem, and I'm happy to upload it. I'll try to describe the problem first. Create a main window and place a TDBGrid connected to a table through any database available. OnShow of the window connect to the database and open the table. Create a button on the main window that launches a non-modal window. On the non-modal window create a button that launches a modal window. Follow these steps carefully to replicate the problem. Run the application. Put focus into the grid and use your mouse wheel to scroll up and down. Press the button to launch the non-modal window.

How to get the “Application Name” from hWnd for Windows 10 Store Apps (e.g. Edge)

一笑奈何 提交于 2019-12-09 05:59:43
问题 I'm trying to get an understandable "Process Name" for Windows 10 apps. Currently, all of them use ApplicationFrameHost , so I thought I could use either the ModelId or the PackageName , but it seems Windows 10 Store Apps (I tried with Mail , Store and Edge ) won't work with the Package query API Using kernel32.dll , GetApplicationUserModelId returns APPMODEL_ERROR_NO_APPLICATION and GetPackageId returns APPMODEL_ERROR_NO_PACKAGE . How can I get an identifier for a Windows 10 Store App, so

Windows 10 Speech Recognition

好久不见. 提交于 2019-12-09 04:55:26
问题 I want to create a WPF application in c# for windows 10. Now, the problem that i had with previous windows versions was that i'm italian and there isn't a support for speech recognition in italian. But now there is cortana. So, how can i use cortana's speech recognition engine for my application? If i simply use new SpeechRecognitionEngine(new CultureInfo("it-IT"))); it gives me an error, 'cause there isn't the simple recongition engine, so i have to use cortana's one. Hope you understood and

How to restore shortcuts to Anaconda after upgrading to Windows 10

我是研究僧i 提交于 2019-12-09 04:39:19
问题 Recently I upgraded from Windows 8.1 to Windows 10. Although Windows said it didn't change anything to my files and folders, this was not the case. Only one of the shortcuts in my Anaconda folder in the start menu remained. This was the Anaconda Prompt so I thought I just run the following commands to fix my links: conda update conda -f conda update anaconda -f Although this returned a few links, it did not restore everything which means I was stuck with a dysfunctional installation of

How can I open a local HTML file in Microsoft Edge browser?

六眼飞鱼酱① 提交于 2019-12-09 04:20:10
问题 Since time immemorial, most web browsers have been able to open a local file if you ran the web-browser executable, for example just execute iexplore.exe file:/c:/temp/file or via the IShellDocView interfaces. I am trying to do this from within my own program, in Windows 10, with Microsoft Edge, and am unaware of how to do it. The executable appears to be completely undocumented, does not respond to /? or /help, and simply crashes no matter what I pass to it, and given that the path appears

Debugging load time error in C++ SDL2 program compiled with VS2015 on Win10

自作多情 提交于 2019-12-09 02:49:18
问题 I'm writing a project in C++ with SDL2 on 64-bit Windows 10 using Visual Studio 2015. I recently purchased a new Windows 10 laptop and cloned my project from github. My project compiles correctly, but I get the following error when I run it: The application was unable to start correctly (0xc000007b). Click OK to close the application. Based on my research so far, this error is usually caused by loading an incompatible DLL, e.g. a 64-bit version instead of 32-bit. Suggestions I've found so far

Why does Windows Shell context menu handler break power-user menu (Win+x) on Windows 8/10?

妖精的绣舞 提交于 2019-12-09 01:26:42
问题 My custom Windows shell context menu handler works like a charm, for all Windows versions from XP to 7, but on Windows 8, 8.1 and 10, installing it breaks the Win + X menu (sometimes called "Power user menu" , or "Quick Access menu" , or "WinX menu" ): when hitting Win + X , the menu is displayed as expected, but its items do not work anymore (nothing happens when I click on them), except for the last four items at the bottom which still work as expected ( "Search", "Run", "Shut down/Sign out