-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency fileenhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
The current yaml file does not correctly install on Apple Silicon Macs using anaconda. There are pandas, tables, tensorflow, and other errors when trying to run.
Describe the solution you'd like
I have created an updated yaml file that works on Apple Silicon Macs that I recommend to be added to installation instructions with the added bonus of working with Python 3.10.
Describe alternatives you've considered
I tried original way and after a lot of troubleshooting was able to create a functional, simpler yaml environment file for installing DeepLabCut seamlessly on Apple Silicon Macs (I have not tested it however on any Intel Macs).
Additional context
Updated YAML File below:
name: deeplabcut
channels:
- conda-forge
- defaults
dependencies:
- python=3.10
- pip
- ipython
- jupyter
- python.app
- ffmpeg
- pytables
- pandas
- pip:
- tensorflow
- tensorflow-macos==2.9.0
- tensorflow-metal==0.5.0
- "deeplabcut[gui,apple_mchips]"
- deeplabcut==2.3.9
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency fileenhancementNew feature or requestNew feature or request