Markco

Results 5 comments of Markco

Hi, are there anyone still facing the same problem? I got the same problem as @AVHopp , and I have no cue how to fix it. I even created new...

@AVHopp it works for me, appreciate that !! I am using M-chips macbook, and I directly create new env. with x64 as the code below. CONDA_SUBDIR=osx-64 conda create -n (ENV....

@TimotheeMathieu First thanks your maintenance and support here!!! I still got some issues by downloading the new release, but I solve by the method mentioned.

Hi, I have followed above methods or even created new env of python 3.12 but it didn't work for me , with the ERROR: Failed to build installable wheels for...

I am using M-chips macbook and use create new env. with x64. CONDA_SUBDIR=osx-64 conda create -n (ENV. NAME) python conda activate (ENV. NAME) conda config --env --set subdir osx-64 It...