Greetings,
I am trying to install this on MacOS (12.2.1 - Monterey). I am installing the package using the following commands:
-
Install brew
1': brew doctor
1'': brew install python3
-
$ brew install python3 --> /usr/local/python3
3.install Pip $python3 setup.py install
== $ % curl https://bootstrap.pypa.io/get-pip.py | python3
-
install miscnn
== $sudo pip3 install miscnn
I do not see the installation folder. Although the dependent packages are all installed
Is there a more detailed instructions to install this? Also, does this run on Python3? I really appreciate your help
Greetings,
I am trying to install this on MacOS (12.2.1 - Monterey). I am installing the package using the following commands:
Install brew
1': brew doctor
1'': brew install python3
$ brew install python3 --> /usr/local/python3
3.install Pip $python3 setup.py install
== $ % curl https://bootstrap.pypa.io/get-pip.py | python3
install miscnn
== $sudo pip3 install miscnn
I do not see the installation folder. Although the dependent packages are all installed
Is there a more detailed instructions to install this? Also, does this run on Python3? I really appreciate your help