failed-installation

No jzmq in java.library.path

半腔热情 提交于 2019-12-08 00:44:09
问题 I work on a trading engine where at the time of run, I get the log from the engine.log like the following, 2018_01_02_03_28_20_684 INFO ZMQCommunicatorService REMOTE_EXECUTOR_MARKET_ADMIN-ALL_MARKETS-0-5 - no jzmq in java.library.path, sleeping 2 minutes then try again 2018_01_02_03_28_20_697 INFO ZMQCommunicatorService ENGINE_MARKET_ADMIN-ALL_MARKETS-0-4 - Could not initialize class org.zeromq.ZMQ, sleeping 2 minutes then try again 2018_01_02_03_30_20_696 INFO ZMQCommunicatorService REMOTE

npm install error ( npm install -g angular-cli ) in windows 10

空扰寡人 提交于 2019-12-08 00:13:36
问题 node -v v4.5.0 npm -v 5.0.1 Has anyone faced this kind of issue while installing angular-cli in windows 10? 回答1: Try the following: step 0: run this command npm uninstall -g @angular/cli npm cache clean step 1: delete this folder: C:\Users\%YOUR-USERNAME%\AppData\Roaming\npm step 2: uninstall Nodejs from Windows step 3: restart your PC step 4: install a fresh copy of Nodejs from here: https://nodejs.org/en/ step 5: install the CLI globally npm install -g @angular/cli@latest 回答2: try this : $

Package conflict when installing cx_freeze on anaconda

别等时光非礼了梦想. 提交于 2019-12-07 08:10:50
问题 I am trying to install the cx_freeze using anaconda prompt. Following what's on their website, I used: conda install -c pyzo cx_freeze I get this error: UnsatisfiableError: The following specifications were found to be in conflict: - cx_freeze - wincertstore Use "conda info <package>" to see the dependencies for each package. Does anyone know how I have to deal with dependencies here? Thanks. 回答1: So as of now, simply using pip worked for me. I opened the conda prompt and used the following:

Unable to install Visual Studio 2017 (result code 0x0, 0x2)

。_饼干妹妹 提交于 2019-12-07 07:12:27
I have been trying to install Visual Studio 2017 RC for the past two hours but so far, I have not been able to install any version of Visual Studio. I have tried looking around for solutions, but so far nothing. Here's an image of running the installer. This is about as far as it goes. After doing this, the installer just exits and kills itself and no installation happens. Waited for a while and nothing happens. No installer applications running in both task manager and resource manager, so I'm assuming it right after it reaches that. Any ideas? EDIT: This computer is clean and has never

Visual Studio 2013 Update 2, installer projects extension

谁说我不能喝 提交于 2019-12-07 06:18:05
问题 Having upgraded from Visual Studio 2010 to Visual Studio 2013 Update 2 and installing the Visual Studio installer projects extension. The Setup up project builds and the installer works in Windows 7 and Windows 8 but when trying to run it on Windows Server 2003 ( Standard Edition, Service pack 2) it exits with Error 1603. Microsoft’s Support site suggests: The folder that you are trying to install the Windows Installer package to is encrypted. The drive that contains the folder that you are

Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE? during running emulator

眉间皱痕 提交于 2019-12-06 21:57:08
问题 [2011-07-22 16:33:02 - Today] ------------------------------ [2011-07-22 16:33:02 - Today] Android Launch! [2011-07-22 16:33:02 - Today] adb is running normally. [2011-07-22 16:33:02 - Today] Performing com.horror.android.today.myMain activity launch [2011-07-22 16:33:02 - Today] Automatic Target Mode: launching new emulator with compatible AVD 'google09' [2011-07-22 16:33:02 - Today] Launching a new emulator with Virtual Device 'google09' [2011-07-22 16:33:10 - Today] New emulator found:

Can't install windows 7 SDK (require already installed .NET Framework 4)

白昼怎懂夜的黑 提交于 2019-12-06 19:37:26
问题 I'm trying to install windows 7 SDK on Windows 8 and Windows 10 machines and got this error: If I click on OK, I can't install VC++ compilers that I need because they are disabled =( After this error I tried to install .NET 4 and got this error: How to fix it? Sometimes I can install this SDK on Windows 8 without error, but mostly I see these messages. 回答1: I have encountered this problem, or at least what you describe sounds identical to what happened when I recently installed an older SDK

Offline installation of Visual Studio 2017 Update 2 (26430.04) fails

谁说胖子不能爱 提交于 2019-12-06 15:37:01
I'm running the command mu_visual_studio_enterprise_2017_x86_x64_10049783.exe --layout c:\vs2017offline --lang en-US to create an offline Visual Studio 2017 installer with the latest update 15.2 (26430.04). I have followed the instructions for offline installation and imported the certs etc. Still, on a machine without internet connection the installation fails. This has caused me major headaches as the failed installation corrupted my dev machine. Installation log attached below: The product failed to install the listed workloads and components due to one or more package failures. Incomplete

Unable to install python-setuptools: ./configure: No such file or directory

醉酒当歌 提交于 2019-12-06 13:26:39
The question is related to the answer to "Unable to install Python without sudo access" . I need to install python-setuptools to install python modules. I have extracted the installation package. I get the following error when configuring [~/wepapps/pythonModules/setuptools-0.6c9]# ./configure --prefix=/home/masi/.local -bash: ./configure: No such file or directory I did not find the solution at the program's homepage . How can I resolve this error? As Noah states, setuptools isn't an automake package so doesn't use ‘./configure’. Instead it's a pure-Python-style ‘setup.py’ (distutils) script.

npm install error ( npm install -g angular-cli ) in windows 10

Deadly 提交于 2019-12-06 12:43:42
node -v v4.5.0 npm -v 5.0.1 Has anyone faced this kind of issue while installing angular-cli in windows 10? Hamed Baatour Try the following: step 0: run this command npm uninstall -g @angular/cli npm cache clean step 1: delete this folder: C:\Users\%YOUR-USERNAME%\AppData\Roaming\npm step 2: uninstall Nodejs from Windows step 3: restart your PC step 4: install a fresh copy of Nodejs from here: https://nodejs.org/en/ step 5: install the CLI globally npm install -g @angular/cli@latest try this : $ npm remove -g angular-cli $ npm cache clean $ npm install -g angular-cli Check the path(npm -v,