I installed the FEniCS package provided by conda-forge channel in new Anaconda python Enviroment on MacOS 10.10. Spyder was also installed into it. I found that Spyder can't be started up. In order to trace the issue, I execute the following command lines in iTerms:
$ conda activate fenicsproject
$ spyder
/Users/xxx/Developer/anaconda3/envs/fenicsproject/bin/pythonw: line 3: /Users/xxx/Developer/anaconda3/envs/fenicsproject/python.app/Contents/MacOS/python: No such file or directory
Therefor, I want to see what happend with python.app provided by conda-forge by typing
$ ls /Users/xxx/Developer/anaconda3/envs/fenicsproject/python.app/Contents/MacOS/python
ls: /Users/xxx/Developer/anaconda3/envs/fenicsproject/python.app/Contents/MacOS/python: No such file or directory
$ ls /Users/xxx/Developer/anaconda3/envs/fenicsproject/python.app/
Contents pythonapp
$ ls /Users/xxx/Developer/anaconda3/envs/fenicsproject/python.app/Contents/
lib
$ ls /Users/xxx/Developer/anaconda3/envs/fenicsproject/python.app/pythonapp/Contents/
Info.plist MacOS PkgInfo Resources
You see, some directory path in python.app didn't follow Apple's naming convention. So please help me to fix it as soon as possible.
I installed the FEniCS package provided by conda-forge channel in new Anaconda python Enviroment on MacOS 10.10. Spyder was also installed into it. I found that Spyder can't be started up. In order to trace the issue, I execute the following command lines in iTerms:
Therefor, I want to see what happend with python.app provided by conda-forge by typing
You see, some directory path in python.app didn't follow Apple's naming convention. So please help me to fix it as soon as possible.
Environment (
conda list
):Details about
conda
and system (conda info
):