PyCharm doesn't recognize conda(M4 Silicon)
Hi,
My PyCharm doesn't recognize conde as shown in the screenshot. So I couldn't use an existing Python interpreter or create a new conda environment. The screenshot shows that it doesn't proceed. It doesn't allow me to choose by clicking. The progress icon spins continually.
(diffusion) anu@Aarushis-MacBook-Pro diffusion-vs-ar % whereis conda
conda: /opt/homebrew/anaconda3/condabin/conda
(diffusion) anu@Aarushis-MacBook-Pro diffusion-vs-ar % conda info
active environment : diffusion
active env location : /opt/homebrew/anaconda3/envs/diffusion
shell level : 1
user config file : /Users/anu/.condarc
populated config files : /opt/homebrew/anaconda3/.condarc
/Users/anu/.condarc
conda version : 24.11.3
conda-build version : 25.1.2
python version : 3.11.9.final.0
solver : libmamba (default)
virtual packages : __archspec=1=m1
__conda=24.11.3=0
__osx=15.3.1=0
__unix=0=0
base environment : /opt/homebrew/anaconda3 (writable)
conda av data dir : /opt/homebrew/anaconda3/etc/conda
conda av metadata url : None
channel URLs : https://repo.anaconda.com/pkgs/main/osx-arm64
https://repo.anaconda.com/pkgs/main/noarch
https://repo.anaconda.com/pkgs/r/osx-arm64
https://repo.anaconda.com/pkgs/r/noarch
https://conda.anaconda.org/conda-forge/osx-arm64
https://conda.anaconda.org/conda-forge/noarch
package cache : /opt/homebrew/anaconda3/pkgs
/Users/anu/.conda/pkgs
envs directories : /opt/homebrew/anaconda3/envs
/Users/anu/.conda/envs
platform : osx-arm64
user-agent : conda/24.11.3 requests/2.32.3 CPython/3.11.9 Darwin/24.3.0 OSX/15.3.1 solver/libmamba conda-libmamba-solver/24.9.0 libmambapy/1.5.8 aau/0.5.0 c/. s/. e/.
UID:GID : 503:20
netrc file : /Users/anu/.netrc
of
fline mode : False
Thanks.

Please sign in to leave a comment.
Hello, Radhakrishnan Mohan ,
Could you please try to change "Path to conda" to something else and back as suggested in this comment in PY-77792?
If the issue is still observed, please create a YouTrack ticket with attaching logs from Help | Collect Logs and Diagnostic Data.
I removed an old Anaconda( x86 because I restored from timemachine backup ) some projects were referring. But these projects were in a closed state. And then I used my osx-arm64 Anaconda. But even when I was trying to create a new project with osx-arm64 anaconda it wouldn't let me until I removed the older one. Still looks like a bug.
Now it is repaired.
Thanks.