Install Python 2.7.* in Windows 10 - python

I am using Windows 10. Just now, have installed Python 3.5 64 bit successfully. However, when I want to install Python 2.7.*, the following error is shown.
I even uninstalled Python 3.5, but no luck. Anyone know how to fix this?

OK. I solved the problem by installing a 32-bit version.

Related

Installing and running Auto-Sklearn in Windows 10

I am trying to install Auto-Sklearn so I can finish my research on Auto-ML
I tried installing Virtual Box on my computer and use Ubuntu but it made my computer die.
So I had to find another solution
I found this page on how to install AutoSklearn on Windows 10
https://github.com/automl/auto-sklearn/issues/431
Being following this step by step still these issues stopped me
While installing AutoSklearn I got this error
ValueError: SMAC requires Python 3.4 or newer.
when I checked python version it was 3.6.7
Why am I getting this error??
another question,
I am using Spyder from Anaconda on my windows. can I still use that for AutoSklearn? i mean using bash on Windows will allow Anaconda access AutoSklearn??
if not then how can I use Python from bash??
I got success installing auto-sklearn in Windows.
You should try this:
https://medium.com/#gracy.f/automl-for-python-on-windows-314ca8ea6955

Upgrading python from 32 bit to 64 bit messed up pip (Windows)

I upgraded python from 32-bit version to the 64-bit one, I did this by uninstalling python using add or remove programs and installing a new one from the official installer. While doing so, I also upgraded it from python 3.6 to 3.7.
Now when I try running pip I get the following error
The code execution cannot proceed because python36.dll was not found. Reinstalling the program may fix this problem.
It didn't.
python -m pip works for me but I would still like to fix the original functionality.
This happened with me too and I didn't get any solution to it. But when I installed Python 3.7 then I did not face any problem. And the pip too was working.
Maybe there was an error in the bindings of Python 3.6.

Install pygame on windows

I am using windows 8.1 with python 3.4 installed. I want to install pygame on my computer. I download pygame-1.9.2a0-cp34-none-win_amd64.whl and try to install it like this
C:\Users\hp pc\Downloads>pip install pygame-1.9.2a0-cp34-none-win_amd64.whl
but it shows an error like this
pygame-1.9.2a0-cp34-none-win_amd64.whl is not a supported wheel on this platform
Is it a problem with my windows?
Kindly help me to fix it if there is any way to fix it.
Hi I had the same problems. I Just used the normal pygame download (http://www.pygame.org/download.shtml) and it worked just fine despite not being 64bit
Here is a link a link for the unafishal download that may have what you are looking for: http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame
hope you can get it to work for you (-:
I had this problem also on my "windows 8 64bit" with the 64 bit version of pygame. Which only runs on a 64bit python installation, I had at one time or another installed both versions.
To fix it I had to uninstall then reinstall the 64 bit Python and get it from http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame
Then I followed this guide for Installing the Windows 64-bit Version of Pygame
then I installed the wheel on windows 8 you need to remember to use the full path and 3.4 already had pip included
c:\python34\scripts\pip install c:\python34\scripts\pygame-1.9.2a0-cp34-none-win_amd64.whl

Installing 64 bit pygame on to python 2.7, 'python version 2.7 required'

I recently downloaded the unofficial 64 bit version of pygame from this site and tried installing it. While going through the process, it tells me 'Python version 2.7 required, which was not found in the registry.' and fails the installation. I'm currently running python 2.7.8 64 bit, and I don't know why it's refusing to install.
Please re-install python cause I think your python has some fault. then try to install pygame again.
OR
better install pygame 32 bit.
I had the same problem and solved it by executing a registry adding program from this post.

Installing h5py on Windows fails - Possibly a 32 vs 64bit issue?

I just switched my python installation to the lovely Anaconda and am trying to get the packages I use often installed and working again. Unfortunately I'm having some problems getting h5py to work - the Python 2.7 installer available from h5py.org seems not to work. After the first screen, an error message pops up saying that Python Version 2.7 is required but was not found in the registry. Python 2.7 is the only version I have on this computer (specifically 2.7.5, Anaconda 1.8.0 (64-bit)). Has anyone else experienced this issue? Some people in a long-forgotten thread were worried it could be a 32 vs 64-bit python issue, but nothing ever came out of that. Any ideas / will I also need a 32-bit python installation for this to work?
Download 64-bit h5py from here and try again
http://www.lfd.uci.edu/~gohlke/pythonlibs/#h5py
(as recommended by http://www.h5py.org/dl/)

Categories

Resources