|
|
A **manual installation** is always possible, **especially for Macs**
|
|
|
|
|
|
<!--
|
|
|
This solution can be adapted if the procedure described above does not work.\
|
|
|
This can be the case, for example under MacOS.
|
|
|
-->
|
|
|
|
|
|
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 !
|
|
|
|
|
|
<!--
|
|
|
##
|
|
|
**- Notes -**
|
|
|
|
|
|
From Kevin C. on november 2022<br>
|
|
|
For **Mac M1**, a conda installation is possible - see Annexe 1<br>
|
|
|
|
|
|
From Thierry G. on november 2022<br>
|
|
|
For **MacBook Pro**, , a conda installation is also possible - see Annexe 2<br>
|
|
|
|
|
|
From Sébastien M. on November 25, 2021<br>
|
|
|
Under **Mac Monterey** (and may be under Big Sur), you may need to update your Python version if you meet this issue : https://github.com/jupyterlab/jupyterlab/issues/9410 <br>
|
|
|
For instance, with Python 3.9.9 pip installation of the following environment succeeds and Jupyterlab can be launched.
|
|
|
|
|
|
Thanks a lot for these contributions !
|
|
|
-->
|
|
|
**- Contents -**
|
|
|
|
|
|
[[_TOC_]]
|
|
|
|
|
|
|
|
|
## General requirements for Fidle
|
|
|
|
|
|
- You will need Tensorflow and Pytorch.
|
|
|
- You can check the official procedure proposed on the Tensorflow and PyTorch web sites:
|
|
|
- **https://www.tensorflow.org/install/pip?hl=fr**
|
|
|
- **https://pytorch.org/**
|
|
|
- You need other required additional packages
|
|
|
- Scikit-image, Scikit-learn
|
|
|
- Matplotlib
|
|
|
- plotly
|
|
|
- barviz
|
|
|
- Pandas
|
|
|
- Pandoc
|
|
|
- pyyaml
|
|
|
- Jupyterlab
|
|
|
- fidle
|
|
|
|
|
|
- Here is the pip installation instruction to install the modules. But make sure you can use pip for python3 on your machine :
|
|
|
|
|
|
- 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 :
|
|
|
|
|
|
```plaintext
|
|
|
$ 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
|
|
|
```
|
|
|
pip install Scikit-image Scikit-learn Matplotlib plotly barviz Pandas Pandoc pyyaml Jupyterlab fidle
|
|
|
```
|
|
|
- Once your Python environment is installed, **you should be able to follow the standard Linux** procedure **[from point 4)](Using-Fidle/Linux%20installation%20with%20pip#4-install-notebooks-et-datasets)**
|
|
|
|
|
|
- Once your Python environment is installed, **you should be able to follow the standard Linux** procedure [**from point 4)**](Using-Fidle/Linux%20installation%20with%20pip#4-install-notebooks-et-datasets)
|
|
|
|
|
|
## Installation on MAC Feedbacks from Fidle participants
|
|
|
|
|
|
- **IMPORTANT :**
|
|
|
* Tensorflow is no longer in use.
|
|
|
* The following information may no longer be suitable for this new environment.
|
|
|
- November 2023 - For MacBook Air M1 - Proposed by Pauline M.
|
|
|
- Setup: **MacBook Air M1**, version 13.6, **conda**
|
|
|
- [Recipe](Using-Fidle/Manual-installation/Feedback_MacBookAir_M1_Conda_nov2023)
|
|
|
- Thanks Pauline M.
|
|
|
- Setup: **MacBook Air M1**, version 13.6, **conda**
|
|
|
- [Recipe](Using-Fidle/Manual-installation/Feedback_MacBookAir_M1_Conda_nov2023)
|
|
|
- Thanks Pauline M.
|
|
|
- November 2022 - For Mac M1 - Proposed by Kévin C.
|
|
|
- Setup: **MacOS 12.6 Mac M1Pro**, **conda 22.9.0**
|
|
|
- [Recipe](Using-Fidle/Manual-installation/Feedback_Mac12-6_M1_Conda22-9_nov2022)
|
|
|
- Thanks Kévin C.
|
|
|
- Setup: **MacOS 12.6 Mac M1Pro**, **conda 22.9.0**
|
|
|
- [Recipe](Using-Fidle/Manual-installation/Feedback_Mac12-6_M1_Conda22-9_nov2022)
|
|
|
- Thanks Kévin C.
|
|
|
- November 2022 - For MacBook Pro (2019) - Proposed by Thierry G.
|
|
|
- Setup: **MacBook Pro**, **conda**
|
|
|
- [Recipe](Using-Fidle/Manual-installation/Feedback_MacBookPro_Conda_nov2022)
|
|
|
- Thanks to Thierry G.
|
|
|
- Setup: **MacBook Pro**, **conda**
|
|
|
- [Recipe](Using-Fidle/Manual-installation/Feedback_MacBookPro_Conda_nov2022)
|
|
|
- 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](Using-Fidle/Manual-installation/Feedback_Mac_Monterey_pip_nov2021)
|
|
|
- Thanks Sébastien M.
|
|
|
|
|
|
- Setup: **Mac Monterey** (may be under Big Sur) and **pip**
|
|
|
- [Recipe](Using-Fidle/Manual-installation/Feedback_Mac_Monterey_pip_nov2021)
|
|
|
- Thanks Sébastien M.
|
|
|
|
|
|
[Back to the install procedure](Using Fidle/install fidle) |
|
|
\ No newline at end of file |
|
|
[Back to the install procedure](Using%20Fidle/install%20fidle) |
|
|
\ No newline at end of file |