mea-tools
mea-tools copied to clipboard
No Pymea
I am using Python 3.6.2 in a conda virtual environment on MacOS (10.15.6). I installed all pertinent packages and cloned mea-tools into the environment. Everything installed, but I have a warning that Numpy is deprecated.
The main problem is no pymea. I run the following code:
(base) colleenjbrennan@Colleens-Air ~ % conda activate MEA-ENV
(MEA-ENV) colleenjbrennan@Colleens-Air ~ % cd ~/mea-tools
(MEA-ENV) colleenjbrennan@Colleens-Air mea-tools % make
python3 setup.py build_ext --inplace
running build_ext
copying build/lib.macosx-10.7-x86_64-3.6/pymea/mea_cython.cpython-36m-darwin.so -> pymea
So why is Pymea not popping up? Am I missing something?