Hi
I just tried to install PYTHWHLS A1.1-6FIX06. It appears to come in a 32 and 64bit version. I tried to install them both so thnat the user can choiose what he/she needs. However if I do so I get an error "resolve conflicting requiremnents for file [wheel]Automat-22.10.0-py2.py3-none-any.whl
Jouk
Installing PYTHWHLS 64/32 bit
-
- VSI Expert
- Valued Contributor
- Posts: 80
- Joined: Thu Aug 22, 2019 12:17 am
- Reputation: 0
- Status: Offline
Re: Installing PYTHWHLS 64/32 bit
Wheels 64 bit version is only for Python 64 bit, wheels 32 bit is only for Python 32 bit.
To use both of them, you must install all to the different folders. Do not mix them.
Also, to choose the current version in 64/32 user must define logical names:
PYTHON$ROOT - the root folder where desired Python kit is installed
PYTHON_WHEELS$ROOT - the root folder where desired wheels kit is installed
PYTHONUSERBASE - folder that Python uses for installing packages, each Python version must have its own user folder.
To use both of them, you must install all to the different folders. Do not mix them.
Also, to choose the current version in 64/32 user must define logical names:
PYTHON$ROOT - the root folder where desired Python kit is installed
PYTHON_WHEELS$ROOT - the root folder where desired wheels kit is installed
PYTHONUSERBASE - folder that Python uses for installing packages, each Python version must have its own user folder.
Last edited by sergey_vorfolomeev on Wed Mar 15, 2023 8:18 am, edited 2 times in total.