A manual installation is always possible, especially for Macs
Here you will find a list of installation recipes proposed by participants of Fidle who successfully managed to install an environment for Fidle on a Mac.
Thanks a lot for these contributions !
- Contents -
General requirements for Fidle
-
You will need PyTorch.
See official procedure proposed on PyTorch web site : https://pytorch.org/get-started/locally/
-
You need other required additional packages
- torch-geometric
- torchtext
- torchdata
- lightning
- tensorboard
- keras transformers
- numpy
- Scikit-image
- Scikit-learn
- Matplotlib
- plotly
- seaborn
- barviz
- pyarrow
- Pandas
- Pandoc
- pyyaml
- Jupyterlab
- fidle
Here is the pip installation instruction to install theses modules, but make sure you can use pip for python3 on your machine :
$ pip install torch-geometric torchtext torchdata lightning \
tensorboard keras transformers numpy Scikit-image Scikit-learn \
Matplotlib plotly seaborn barviz pyarrow Pandas Pandoc \
pyyaml Jupyterlab fidle
- Once your Python environment is installed, you should be able to follow the standard Linux procedure from point 4)
Installation on MAC Feedbacks from Fidle participants
-
IMPORTANT :
- Tensorflow is no longer the backend Fidle is based on.
-
January 2024 - For MacBook Air M1 - Proposed by Pauline M.
- Setup : MacBook Air M1, version 14.2.1, conda
- Recipe
- Thanks Pauline M.
OBSOLETE - Feedback from previous Fidle installation
- November 2023 - For MacBook Air M1 - Proposed by Pauline M.
- Setup: MacBook Air M1, version 13.6, conda
- Recipe
- Thanks Pauline M.
- November 2022 - For Mac M1 - Proposed by Kévin C.
- Setup: MacOS 12.6 Mac M1Pro, conda 22.9.0
- Recipe
- Thanks Kévin C.
- November 2022 - For MacBook Pro (2019) - Proposed by Thierry G.
- Setup: MacBook Pro, conda
- Recipe
- Thanks to Thierry G.
- November, 25 2021 - For Mac Monterey - Proposed by Sébastien M.
- Setup: Mac Monterey (may be under Big Sur) and pip
- Recipe
- Thanks Sébastien M.