Skip to main content

All Questions

Tagged with
0 votes
1 answer
2k views

conda create --name doc-env python==3.10 but the version installed remains 3.18

I try to install python 3.7 with conda but every time I seem to get python 3.11. Then I tried to explicitly specify the channel with conda create --name doc-env python=3.10 -c conda-forge I noticed ...
Revolucion for Monica's user avatar
0 votes
0 answers
678 views

Python 3.7.4 no module "_pywraplp" from ORTOOLS

I am working with a Python program that I wrote some time ago, which uses the ortools pywraplp solver. When I execute the program I get the following error: Traceback (most recent call last): File "...
lasa's user avatar
  • 1
2 votes
0 answers
3k views

What should I do to upgrade my current 32 bit Python to 64 bit - do I need additional package or to uninstall current?

Getting involved with gradually more complex assignments in Python, I wanted to install spacy via a pip install command, but realised (looking into a # of error reports) that spacy (used in text ...
Projectfreak's user avatar
1 vote
0 answers
722 views

After installing Python 64 bit on my 64 bit machine but it is still showing python 32

I have installed the latest version of Python 64 bit on my 64-bit machine but it is still showing python 32. I can't install Tensorflow. Can anyone help?
Aaqib's user avatar
  • 19
3 votes
1 answer
2k views

Starting python with cmd error: Unsupported 16-bit application

I'm having trouble running python scripts from my cmd and run environment. I get an error about an unsupported 16-bit application. After some trial and error I noticed that calling 'py.exe' which ...
kevin rennenberg's user avatar
2 votes
1 answer
729 views

build vim 64bit on windows 7

i am trying to build 64bit vim on win7 64bit with visual studio 2008. My python34 is 64bit version. Below is what i did. hg to get the vim source. set VCDIR="C:\Program Files (x86)\Microsoft Visual ...
Alex's user avatar
  • 339
0 votes
2 answers
798 views

Error installing Python 3.3.2 64-bit in Windows 7

Today I tried installing Python 3.3.2 64-bit on my Toshiba Satellite L755 laptop, and I get the error from the image below, and I don't know how to get around it. I tried restarting Windows in safe ...
James Affleck's user avatar
-1 votes
1 answer
49 views

Determining if I need a 32 bit or 64 bit driver for OSX 10.7.2

I'm looking to download an ftdi driver for OSX 10.7.2. I will be using it for work I'm doing in python 2.7.x, using pySerial. I have no idea how to determine whether I need to download the 32 or 64-...
jml's user avatar
  • 257
0 votes
1 answer
2k views

Renaming PATH variable without changing the file name

I want to add shortcuts for Python 32bit and 64bit to the PATH directory for the command line, one as python-32 and the other as python respectively. What's the easiest way to do this? I have added C:...
Shashwat's user avatar
1 vote
2 answers
233 views

assembly error when installing on a 64 bit windows 7

I tried installing both the 32bit and 64 bit of python on my 64 bit CPU but I'm still getting this error: My OS information:
Jürgen Paul's user avatar
  • 1,095
3 votes
1 answer
5k views

Ubuntu 64bit - Best way to install Python 32bit

I'm running Ubuntu 10.4 64bit, and I would like to run python 32bit. The current Python version used is the 64bit one. What can be some good ways for installing the python 32bit version without ...
RadiantHex's user avatar
1 vote
1 answer
8k views

Python Won't Install On Windows 7

I'm trying to install Python on my Windows 7 (64-bit) - AMD Sempron Machine. I downloaded the 3.1.2 Windows X86-64 installer. After running it and selecting the option to install it for all users, the ...
Mike B's user avatar
  • 2,690
3 votes
3 answers
2k views

mysql-python on Snow Leopard with MySQL 64-bit

Can't seem to get mysql-python to work on Snow Leopard for the life of me. Currently using the default version of python that ships with Snow Leopard (python 2.6.1). Installed MySQL 5.1.45 x86_64. I ...
Derek Reynolds's user avatar