Open Vivi-jingwen opened 7 months ago
Same problem happened on me. I referred to the closed issues, configuring python=3.9.13 as the author instructed, and still didn't work.
fix it by installing anaconda-client and other packages that cannot use pip install by conda install.
fix it by installing anaconda-client and other packages that cannot use pip install by conda install.
could you give some details?
Python navigator ==2.3.1 Can you download it
Did you solve it? If yes, please contribute the package you installed.
fix it by installing anaconda-client and other packages that cannot use pip install by conda install.
Awesome!
hi! when I perform: pip install -r requirements.txt it always causes errors like: ERROR: Could not find a version that satisfies the requirement anaconda-client==1.11.0 (from versions: 1.1.1, 1.2.2) ERROR: No matching distribution found for anaconda-client==1.11.0 and many other packages are not the correct version as well. How can I solve it?