- clone the FNFT under
project/lib/<FNFT_name>
- build by the fNFT steps
3.
cmake ..
4.make
5.make test
- open
project/FNFTpy/auxilary.py
and set the path to the../lib/<FNFT_name>/.../libfnft.dylib
- on terminal run
brew install scipy
- then copy this folder: to:
/opt/homebrew/lib/python3.9/site-packages/scipy
<project_dir>/venv/lib/python**/site_packages/___HERE__
- make sure there is no "alias" files, if there are -> go to the original location and copy the folder from there.
###(but no need for that, actually)
- download anaconda for mac
- create in pycharm new interpreter, choose system
- apply the path:
/Users/yarden/opt/anaconda3/bin/python
- enjoy all packages preinstalled,
- if something still missing use
conda install <package_name>
- or via pycharm (requirements.txt)
- some packages might not work via
conda install
(likeModulationPy
) so just usepip install
- if something still missing use
- Tensor flow only works on version 2.3, not h2.4 the latest