I created a miniforge3 environment to use tensorflow and transfomers on my Mac Studio (Monterey 12.4). Now, jupyter notebook and jupypter lab disappeared from the channels and pycharm throws an error (see below).
error:
2022-07-24 10:22:05.374 pycharm[5432:46948] allVms required 1.8*,1.8+
2022-07-24 10:22:05.375 pycharm[5432:46952] Cannot load JVM bundle: Error Domain=NSCocoaErrorDomain Code=3585 “dlopen_preflight(/Applications/PyCharm.app/Contents/jbr/Contents/MacOS/libjli.dylib) => false, tried: ‘/Applications/PyCharm.app/Contents/jbr/Contents/MacOS/libjli.dylib’ (mach-o file, but is an incompatible architecture (have ‘arm64’, need ‘x86_64’)), ‘/usr/lib/libjli.dylib’ (no such file)” UserInfo={NSLocalizedFailureReason=The bundle doesn’t contain a version for the current architecture., NSLocalizedRecoverySuggestion=Try installing a universal version of the bundle., NSFilePath=/Applications/PyCharm.app/Contents/jbr/Contents/MacOS/libjli.dylib, NSDebugDescription=dlopen_preflight(/Applications/PyCharm.app/Contents/jbr/Contents/MacOS/libjli.dylib) => false, tried: ‘/Applications/PyCharm.app/Contents/jbr/Contents/MacOS/libjli.dylib’ (mach-o file, but is an incompatible architecture (have ‘arm64’, need ‘x86_64’)), ‘/usr/lib/libjli.dylib’ (no such file), NSBundlePath=/Applications/PyCharm.app/Contents/jbr, NSLocalizedDescription=The bundle “OpenJDK 11.0.15” couldn’t be loaded because it doesn’t contain a version for the current architecture.}
I have also attached a screenshot of my channels.
Any suggestions?