failed-installation

Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY : smartwatch app

落花浮王杯 提交于 2019-12-25 19:03:45
问题 I want to make a smartwach app. I used the instructions on this site: http://developer.sonymobile.com/knowledge-base/tutorials/android_tutorial/how-to-create-an-app-extension-for-sony-smartwatch-2/ I want to run the app in my phone with the usb cable, like in the website above. This the output from the console: [2014-04-06 09:54:21 - SmallAppSample] ------------------------------ [2014-04-06 09:54:21 - SmallAppSample] Android Launch! [2014-04-06 09:54:21 - SmallAppSample] adb is running

Ada: cmake and PLplot installation on Windows

风流意气都作罢 提交于 2019-12-23 18:31:56
问题 This is a follow-up of the post at Ada: plotting 2d graphs . I decided to create a new post as this is a separate issue. The installation of PLplot for Windows is at: http://www.miscdebris.net/plplot_wiki/index.php?title=Specifics_for_various_platforms#Windows . The installation is as follows: cd plplot mkdir buildmingw cd buildmingw cmake -G "MinGW Makefiles" -DCMAKE_INSTALL_PREFIX=install .. mingw32-make mingw32-make install I decided to go for the MinGW instillation by downloading the exe

postgres installation the database cluster initialization failed ( Postgresql Version 9.4.4 )

ⅰ亾dé卋堺 提交于 2019-12-23 11:00:44
问题 I can't install Postgresql. I've tried everything: I run the setup as Administrator. I create a postgresql user an I add it to the Administrator group. I install it directly on C:\postgresql. but without any success. for information: I have windows 8 回答1: First of all run the set-up as administrator. Choose the installation folder inside program files( default) But chose your data location outside from above folder to somewhere else ( c:\postgres data or something.) 回答2: Just don't use EDB

Jupyter install fails on Mac

偶尔善良 提交于 2019-12-23 09:02:21
问题 I'm trying to install Jupyter on my Mac (OS X El Capitan) and I'm getting an error in response to: sudo pip install -U jupyter At first the download/install starts fine, but then I run into this: Installing collected packages: six, singledispatch, certifi, backports-abc, tornado, jupyter-core, pyzmq, jupyter-client, functools32, jsonschema, nbformat, pygments, mistune, MarkupSafe, jinja2, nbconvert, path.py, pickleshare, simplegeneric, setuptools, gnureadline, appnope, ptyprocess, pexpect,

Visual Studio 2013 Shell (Isolated) installation fails with error 997: Overlapped I/O operation is in progress

那年仲夏 提交于 2019-12-23 07:56:05
问题 I'm trying to install Visual Studio 2013 Express for Desktop on a Windows 7 Pro machine. I've downloaded the ISO file and I'm running that locally. I run the installer and get an error about certain prerequisites not being installed (the C++ runtimes for one). I've downloaded all the prerequisites, but when I try to install the Visual Studio 2013 Shell (Isolated) I get the following error rather unhelpful message: Fatal error during installation. However, checking the log file reveals the

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

点点圈 提交于 2019-12-23 01:59:24
问题 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

Runtime error (at -1:0): Cannot import ISSkin.dll with InnoSetup

别来无恙 提交于 2019-12-22 20:44:10
问题 My program installs fine in my computer, which has ISSkin installed. I tried then to install my program in a different computer that has not got ISSkin installed and I get this message upon installation : "Runtime error (at -1:0): Cannot import dll:c:\Folder00\ISSkin.dll". I searched on the net but nothing so far. I have the following code in my INNO: [Files] Source: "c:\Folder00\ISSkin.dll"; DestDir: {tmp}; Flags: dontcopy; Attribs: hidden system [Code] procedure LoadSkin(lpszPath: String;

Runtime error (at -1:0): Cannot import ISSkin.dll with InnoSetup

夙愿已清 提交于 2019-12-22 20:43:49
问题 My program installs fine in my computer, which has ISSkin installed. I tried then to install my program in a different computer that has not got ISSkin installed and I get this message upon installation : "Runtime error (at -1:0): Cannot import dll:c:\Folder00\ISSkin.dll". I searched on the net but nothing so far. I have the following code in my INNO: [Files] Source: "c:\Folder00\ISSkin.dll"; DestDir: {tmp}; Flags: dontcopy; Attribs: hidden system [Code] procedure LoadSkin(lpszPath: String;

NODE_MODULE_VERSION 46. This version of Node.js requires NODE_MODULE_VERSION 64. Please try re-compiling or re-installing

白昼怎懂夜的黑 提交于 2019-12-22 10:39:53
问题 I am trying to execute a node app which was provided to me and it is supposed to work fine. I have tried running it but I am not able to fix this error: seba@vps92941:~/services/drivetech$ node awto.js /home/seba/services/drivetech/node_modules/bindings/bindings.js:83 throw e ^ Error: The module '/home/seba/services/drivetech/node_modules/zmq/build/Release/zmq.node' was compiled against a different Node.js version using NODE_MODULE_VERSION 46. This version of Node.js requires NODE_MODULE

Installing Crypto++ 5.6.2 on Mac OS X

点点圈 提交于 2019-12-20 04:27:18
问题 I'm trying to installing Crypto++ 5.6.2 on my Mac. When I run make -j4 libcryptopp.a" I get the following error: libtool: unrecognized option `-static' libtool: Try `libtool --help' for more information. make: *** [libcryptopp.a] Error 1 Can someone please help me with this? 回答1: Can someone please help me with this? There's a couple of things you can do to make this easier. First, open GNUmake and add fPIC on line 1: CXXFLAGS = -DNDEBUG -g -O2 -fPIC Second, open GNUmake and drop "version"