failed-installation

XCode 4.2 is missing the iOS5 SDK for the Simulator

百般思念 提交于 2019-12-09 11:05:14
问题 I created an empty Single View application using Xcode 4.2 on OSX Lion 10.7.2 targeting iPhone 5. The project built happily however when launching the simulator I receive the following error message: iOS Simulator could not find the SDK. The SDK may need to be reinstalled. I then tried targeting the iPad with the same results. I removed Xcode using the terminal and downloaded a fresh copy from the AppStore. The clean installation generates the exact same error. It seems that the SDK is not

Python Windows 7 - Installation Fail 0x80240017

人盡茶涼 提交于 2019-12-09 09:53:58
问题 I tried installing Python 3.5.0 on my laptop, running Windows 7, and it would keep returning with a "Setup failed" with 0x80240017 - Unspecified Error. I've tried running as admin and with the three different installers on the site. Here is the log file: http://pastebin.com/9yuXv1qK 回答1: I have faced the same issue -unspecified error during installation Package: python-3.6.0-amd64.exe Platform: Windows Embedded standard, 64-bit. Solution that worked for me: Uninstall the corrupted Python

Python Installer: “Error writing to file C:\\Python27\\pythonw.exe”

三世轮回 提交于 2019-12-08 19:42:31
I am trying to install Python 2.7 (64 bit) on Windows 10. In the middle of the installation, a window pops up saying: Error writing to file C:\Python27\pythonw.exe. Verify that you have access to that directory How can I resolve this issue and install Python? Stracky This error is normally encountered when the installer does not have admin rights for the drive/folder you are installing to. I also noticed that you are installing to drive C: Here are a couple of things for you to try. Open the installer program by right-clicking, and then selecting "Run as Administrator". Depending on how you

Install xgboost under python with 32-bit msys failing

自作多情 提交于 2019-12-08 17:38:20
问题 Trying to install xgboost is failing..? The version is Anaconda 2.1.0 (64-bit) on Windows & enterprise. How do I proceed? I have been using R it seems its quite easy to install new package in R from RStudio, but not so in spyder as I need to go to a command-window to do it and then in this case it fails.. import sys print (sys.version) 2.7.8 |Anaconda 2.1.0 (64-bit)| (default, Jul 2 2014, 15:12:11) [MSC v.1500 64 bit (AMD64)] C:\anaconda\Lib\site-packages>pip install -U xgboost Downloading

Unable to load dynamic library php_zmq.dll - The specified module could not be found

心已入冬 提交于 2019-12-08 13:28:33
I have XAMPP with PHP Version PHP 7.1.13 (cli) (built: Jan 3 2018 20:16:04) ( ZTS MSVC14 (Visual C++ 2015) x86 ) . I want to install the ZeroMQ extension, which I downloaded from here http://pecl.php.net/package/zmq/1.1.3/windows specifically 7.1 Thread Safe (TS) x86 moved the php_zmq.dll to the file C:\xampp\php\ext , and wrote extension=php_zmq.dll into the file C:\xampp\php\php.ini , wrote C:\xampp\php\ext in to Windows PATH , but I still getting this error : PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_zmq.dll' - The specified module could not be found. in

R Rcpp install error in R 3.1.0

五迷三道 提交于 2019-12-08 09:18:07
问题 I want to install Rcpp using install.packages("Rcpp") , but it failed. The error message: * installing *source* package ‘Rcpp’ ... ** package ‘Rcpp’ successfully unpacked and MD5 sums checked ** libs g++ -I/usr/local/lib64/R/include -DNDEBUG -I../inst/include/ -I/usr/local/include -fpic -g -O2 -c Date.cpp -o Date.o g++ -I/usr/local/lib64/R/include -DNDEBUG -I../inst/include/ -I/usr/local/include -fpic -g -O2 -c Module.cpp -o Module.o g++ -I/usr/local/lib64/R/include -DNDEBUG -I../inst/include

Unable to load dynamic library php_zmq.dll - The specified module could not be found

ぐ巨炮叔叔 提交于 2019-12-08 07:07:42
问题 I have XAMPP with PHP Version PHP 7.1.13 (cli) (built: Jan 3 2018 20:16:04) ( ZTS MSVC14 (Visual C++ 2015) x86 ) . I want to install the ZeroMQ extension, which I downloaded from here http://pecl.php.net/package/zmq/1.1.3/windows specifically 7.1 Thread Safe (TS) x86 moved the php_zmq.dll to the file C:\xampp\php\ext , and wrote extension=php_zmq.dll into the file C:\xampp\php\php.ini , wrote C:\xampp\php\ext in to Windows PATH , but I still getting this error : PHP Warning: PHP Startup:

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

荒凉一梦 提交于 2019-12-08 05:22:29
问题 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

Python Installer: “Error writing to file C:\Python27\pythonw.exe”

北慕城南 提交于 2019-12-08 05:17:02
问题 I am trying to install Python 2.7 (64 bit) on Windows 10. In the middle of the installation, a window pops up saying: Error writing to file C:\Python27\pythonw.exe. Verify that you have access to that directory How can I resolve this issue and install Python? 回答1: This error is normally encountered when the installer does not have admin rights for the drive/folder you are installing to. I also noticed that you are installing to drive C: Here are a couple of things for you to try. Open the

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

丶灬走出姿态 提交于 2019-12-08 02:27:30
问题 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? 回答1: As Noah states, setuptools isn't an