Hi COMPAS developers,
I’m installing COMPAS as newbie.
I installed Anaconda, created as mentioned on your website with Terminal a new environment with conda, installed COMPAS from the package channel conda-forge and activated the environment (named ‘research’). ‘conda list’ shows me that the compas package is in the research environment (version 1.14.0).
However, when running ‘python -m compas’, I receive the following error:
../bin/python: No module named compas.__main__; 'compas' is a package and cannot be directly executed
From what I read, it should not be an issue with PATH, as I installed using ‘conda’?
Any idea how to get it running (although it says to be installed)?
Thanks!
Lars
Specifications: MacOS 12.1 Monterey
When running Conda info in the ‘research’ environment:
active environment : research
active env location : /Users/myusername/opt/anaconda3/envs/research
shell level : 2
user config file : /Users/myusername/.condarc
populated config files : /Users/myusername/.condarc
conda version : 4.11.0
conda-build version : 3.21.5
python version : 3.9.7.final.0
virtual packages : __osx=10.16=0
__unix=0=0
__archspec=1=x86_64
base environment : /Users/myusername/opt/anaconda3 (writable)
conda av data dir : /Users/myusername/opt/anaconda3/etc/conda
conda av metadata url : None
channel URLs : https://conda.anaconda.org/conda-forge/osx-64
https://conda.anaconda.org/conda-forge/noarch
https://repo.anaconda.com/pkgs/main/osx-64
https://repo.anaconda.com/pkgs/main/noarch
https://repo.anaconda.com/pkgs/r/osx-64
https://repo.anaconda.com/pkgs/r/noarch
package cache : /Users/myusername/opt/anaconda3/pkgs
/Users/myusername/.conda/pkgs
envs directories : /Users/myusername/opt/anaconda3/envs
/Users/myusername/.conda/envs
platform : osx-64
user-agent : conda/4.11.0 requests/2.26.0 CPython/3.9.7 Darwin/21.2.0 OSX/10.16
UID:GID : 501:20
netrc file : None
offline mode : False