Skip to content

Latest commit

 

History

325 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

how to setup FNFT

  1. clone the FNFT under project/lib/<FNFT_name>
  2. build by the fNFT steps 3. cmake .. 4. make 5. make test
  3. open project/FNFTpy/auxilary.py and set the path to the ../lib/<FNFT_name>/.../libfnft.dylib

how to install scipy (on M1):

  1. on terminal run brew install scipy
  2. then copy this folder:
    /opt/homebrew/lib/python3.9/site-packages/scipy
    to: <project_dir>/venv/lib/python**/site_packages/___HERE__
  3. make sure there is no "alias" files, if there are -> go to the original location and copy the folder from there.

how to install conda

###(but no need for that, actually)

  1. download anaconda for mac
  2. create in pycharm new interpreter, choose system
  3. apply the path: /Users/yarden/opt/anaconda3/bin/python
  4. enjoy all packages preinstalled,
    1. if something still missing use conda install <package_name>
    2. or via pycharm (requirements.txt)
    3. some packages might not work via conda install (like ModulationPy) so just use pip install

Notes

  • Tensor flow only works on version 2.3, not h2.4 the latest

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages