windows-7-x64

pip not working in python 3.5 on Windows

佐手、 提交于 2019-12-03 06:57:32
问题 I have installed python 3.5 on my Windows 7 machine. When I installed it, I marked the check box to install pip . After the installation, I wanted to check whether pip was working, so I typed pip on the command line and hit enter, but did not respond. The cursor blinks but it does not display anything. Please help. Regards. 回答1: Add the Script folder of python to your environment path or you can do this from command line: python -m pip install package-name 回答2: go the windows cmd prompt go to

Windows 7 64bit android AVD start error:Failed to allocate memory: 8

我的梦境 提交于 2019-12-03 05:47:55
I just updated to Android SDK Tools r20, and try to create avd base on android 4.1 and WXGA, but I got error message when I start AVD. config.ini: hw.mainKeys=no hw.lcd.density=320 sdcard.size=512M skin.name=WXGA720 skin.path=platforms\android-16\skins\WXGA720 hw.cpu.arch=arm hw.keyboard.lid=no abi.type=armeabi-v7a hw.cpu.model=cortex-a8 vm.heapSize=48 hw.ramSize=1024 image.sysdir.1=system-images\android-16\armeabi-v7a\ error message: Starting emulator for AVD 'android4.1' Failed to allocate memory: 8 This application has requested the Runtime to terminate it in an unusual way. Please contact

C++ program not compiling with Clang and visual Studio 2010 Express

假装没事ソ 提交于 2019-12-03 03:30:00
I'm trying to compile the source code as described in this tutorial with visual c++ 2010 express. http://kevinaboos.wordpress.com/2013/07/23/clang-tutorial-part-ii-libtooling-example/ The full source code is over here. https://github.com/kevinaboos/LibToolingExample I have used the executable provided in this link to install LLVM. I can't post the complete error message due to formatting issues. But I will try to give as much information as I can. When I'm trying to build the solution , I get the following errors :- argument unused during compilation warnings. C:\Program Files (x86)\LLVM

Is it advisable to switch from Cygwin 32bit to Cygwin 64bit?

你离开我真会死。 提交于 2019-12-03 03:01:27
问题 I've been using Cygwin (for a long time). Specifically, I use it (including gcc/g++) on Win7 for development work. I've just recently noticed there now exists a 64-bit version. I don't have a specific need which requires that I make the transition to 64-bit, but I was wondering whether to do it anyway. Is it advisable? What are the pros and cons? Are there known over-arcing issues when making the transition? 回答1: Once upon a time, 64-bit Cygwin was missing many packages present in 32-bit

SSL failure on Windows using python requests

烈酒焚心 提交于 2019-12-03 02:43:09
Apologies for the very long post, but I'm really trying to be thorough... I have a dedicated web site that serves as bridge to exchange data between various environmental models operated from remote servers and running on different types of OSes (Linux, MacOS and Windows). Basically each server can upload/download data files to the web site, and files are then used for further processing with a different model on another server. The web sites has some basic protection (IP filtering, password and SSL using LetsEncrypt certificates). All the remote servers can access the site and upload/download

Nexus 7 (2013) and Win 7 64 - cannot install USB driver despite checking many forums and online resources

断了今生、忘了曾经 提交于 2019-12-03 02:36:55
问题 I'm trying to set up my Nexus 7 (2013) for debugging, but I am getting stuck at the step where you install the USB driver. Here's what I've tried so far: Steps taken: Turned on debugging mode on Nexus 7 (2013) Connected device to PC Downloaded Google USB Driver at http://developer.android.com/sdk/win-usb.html (and unpacked it) Opened Computer Management and tried to update drivers on Nexus 7 device Directed the driver update wizard to the unpacked usb_driver folder with Include Subfolders

php5apache2_4.dll not found error

蓝咒 提交于 2019-12-03 02:24:20
I'm trying to integrate php on Apache. Following is the versions I'm using Apache 2.4 (httpd-2.0.64-win32-x86-openssl-0.9.8o) PHP (php-5.5.0-Win32-VC11-x64.zip) I'm setting this on a 64 bit windows 7 machine. I have made the configurations as per this , but I'm getting the following error even though I have place the dll in the specified folder. Cannot load C:/php/php5apache2_4.dll into server: The specified module could not be found. The httpd.conf line entry is this LoadModule php5_module "C:/php/php5apache2_4.dll" Is there any version compatible issues? Marty McGee The only way I've been

Mysql timezone on windows 7 not updated

我是研究僧i 提交于 2019-12-03 01:41:24
I'm using Windows 7 Mysql 5.5.15 running set time_zone = "Europe/Moscow"; I get Error Number: 1298 Unknown or incorrect time zone: 'Europe/Moscow' I update the timezone tables using the latest from here http://dev.mysql.com/downloads/timezones.html but after mysql server startup the time zone tables are still empty and the command still returns the same errors. Does anyone faced similar problem? Solution: For those who faced the same problem - here is what I found. I ran show variables like 'datadir' and found out that my data files are stored in a different folder:C:\ProgramData\MySQL\MySQL

BadImageFormatException while using Oracle Client 64 bit and Visual Studio 2010!

谁说我不能喝 提交于 2019-12-03 00:09:54
One of our dev team member got an error Attempt to load oracle client libraries threw BadImageFormatException It seems This problem will occur when running in 64 bit mode with the 32 bit Oracle client components installed. But it was me who configured the system - Here's the specifications: Windows 7 64-bit Visual Studio 2010 Premium Oracle Client 11g R2 64Bit installed as Runtime Any thoughts? I have seen this a couple of times recently when running Visual studio on a 64Bit O/S. A simple workround is to install the 32bit client on your 64Bit development machine. Regards, Pete I am sorry about

pip not working in python 3.5 on Windows

别说谁变了你拦得住时间么 提交于 2019-12-02 22:22:54
I have installed python 3.5 on my Windows 7 machine. When I installed it, I marked the check box to install pip . After the installation, I wanted to check whether pip was working, so I typed pip on the command line and hit enter, but did not respond. The cursor blinks but it does not display anything. Please help. Regards. Add the Script folder of python to your environment path or you can do this from command line: python -m pip install package-name go the windows cmd prompt go to the python directory then type python -m pip install package-name run it at the cmd window, not inside the