Problem while installing. Breaks at rez bind --quiickstart | windows 10 64 bit
Hi like the title says it gets stuck at rez bind --quickstart. Not sure what to do. Here's the log. P.s I am using windows cmd prompt as admin Thank you in advance for the help :) I hope to impliment this in my pipeline soon
`C:\WINDOWS\system32>python -m pip install allzpark --upgrade Requirement already satisfied: allzpark in c:\users\titanws\appdata\local\programs\python\python311\lib\site-packages (1.2.84) Collecting allzpark Using cached allzpark-1.3.129-py2.py3-none-any.whl.metadata (1.2 kB) Requirement already satisfied: bleeding-rez>=2.38.2 in c:\users\titanws\appdata\local\programs\python\python311\lib\site-packages (from allzpark) (2.40.5) Requirement already satisfied: allzparkdemo>=1 in c:\users\titanws\appdata\local\programs\python\python311\lib\site-packages (from allzpark) (1.0.23) INFO: pip is looking at multiple versions of allzpark to determine which version is compatible with other requirements. This could take a while. Using cached allzpark-1.3.67-py2.py3-none-any.whl.metadata (1.2 kB) Using cached allzpark-1.3.41-py2.py3-none-any.whl.metadata (1.2 kB) Using cached allzpark-1.3.31-py2.py3-none-any.whl.metadata (1.2 kB) Using cached allzpark-1.3.28-py2.py3-none-any.whl.metadata (1.2 kB) Using cached allzpark-1.3.5-py2.py3-none-any.whl.metadata (1.2 kB) Using cached allzpark-1.3.3-py2.py3-none-any.whl.metadata (1.2 kB) Using cached allzpark-1.3.0-py2.py3-none-any.whl.metadata (1.2 kB) INFO: pip is still looking at multiple versions of allzpark to determine which version is compatible with other requirements. This could take a while. Using cached allzpark-1.2.208-py2.py3-none-any.whl.metadata (1.2 kB) Using cached allzpark-1.2.183-py2.py3-none-any.whl.metadata (1.2 kB) Using cached allzpark-1.2.179-py2.py3-none-any.whl.metadata (1.2 kB) Using cached allzpark-1.2.177-py2.py3-none-any.whl.metadata (1.2 kB) Using cached allzpark-1.2.164-py2.py3-none-any.whl.metadata (1.2 kB) INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C. Using cached allzpark-1.2.162-py2.py3-none-any.whl.metadata (1.2 kB) Using cached allzpark-1.2.148-py2.py3-none-any.whl.metadata (1.2 kB) Using cached allzpark-1.2.147-py2.py3-none-any.whl.metadata (1.2 kB) Using cached allzpark-1.2.145-py2.py3-none-any.whl.metadata (1.2 kB) Using cached allzpark-1.2.141-py2.py3-none-any.whl.metadata (1.2 kB) Using cached allzpark-1.2.140-py2.py3-none-any.whl.metadata (1.2 kB) Using cached allzpark-1.2.130-py2.py3-none-any.whl.metadata (1.2 kB) Using cached allzpark-1.2.128-py2.py3-none-any.whl.metadata (1.2 kB) Using cached allzpark-1.2.106-py2.py3-none-any.whl.metadata (1.2 kB) Using cached allzpark-1.2.103-py2.py3-none-any.whl.metadata (1.2 kB) Using cached allzpark-1.2.102-py2.py3-none-any.whl.metadata (1.2 kB) Using cached allzpark-1.2.92-py2.py3-none-any.whl.metadata (1.2 kB)
C:\WINDOWS\system32>rez bind --quickstart
Traceback (most recent call last):
File "C:\Users\TitanWs\AppData\Local\Programs\Python\Python311\Lib\logging\config.py", line 149, in _install_handlers
klass = eval(klass, vars(logging))
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "C:\Users\TitanWs\AppData\Local\Programs\Python\Python311\Lib\logging\config.py", line 104, in _resolve found = getattr(found, n) ^^^^^^^^^^^^^^^^^ AttributeError: module 'rez.utils' has no attribute 'colorize'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "
File "C:\Users\TitanWs\AppData\Local\Programs\Python\Python311\Lib\site-packages\rez\utils\data_utils.py", line 7, in
C:\WINDOWS\system32>allzpark --demo --clean`
Try one of the tested Python versions for this, 3.5 to 3.7.
- https://github.com/mottosso/allzpark/blob/master/azure-pipelines.yml#L35
Thank you will try 3.7 :)
On Mon, May 20, 2024 at 11:51 AM Marcus Ottosson @.***> wrote:
Try one of the tested Python versions for this, 3.5 to 3.7.
https://github.com/mottosso/allzpark/blob/master/azure-pipelines.yml#L35
— Reply to this email directly, view it on GitHub https://github.com/mottosso/allzpark/issues/152#issuecomment-2119749737, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACAMBPUYY3EKHK57M47SOTTZDGI77AVCNFSM6AAAAABH6UKJJ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJZG42DSNZTG4 . You are receiving this because you authored the thread.Message ID: @.***>
hi @mottosso So i ran into a problem. The pipeline i am creating is using mysql database and downgrading python to 3.7 i am unable to use my exisiting scritps that use mysql as it says missing module msqldb i scowered the net but it seems it just does not woth with 3.7 on windows.
Is there some other way where i can fix the install problem with my current setup ?
There's no need to use the same Python with allzpark as you do anywhere else, put a sandboxed Python install in a folder near allzpark and use it exclusively to launch and use allzpark.
Hi Mottosso, sorry for such a late reply i had got busy with work and life so had to put this install and setup on hold. How exactly do i do this sandboxed Python thing?
I have tried following things 1: got python zip (portable ) extracted in c:\allzprak and run python.exe -m pip install .... commands it was not finding pip. so i ran get-pip.py script that i found online, but it would find site-packages from python 3.13 as main Python verion
2: also tried to do same with winpython but again similar set of problems it wont find some thing and when i do pip install it would read in python3.13.
So the question is how to run this all in sandbox and have allzpark configured correctly.
P.s i also tried to manually copy allzprak from site-packages of python 3.13 to the 3.7 zip folder but when i run allzpark --demo it goes looking in python313 folder where it origanally downloaded and installed.
One last thing allzpark --demo --clean does not work says unrecognized arguments: --clean