This repository has been archived by the owner on Jul 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Issues with installing matplotlib #12
Comments
I got the same issue when I tried to "pip install git+https://github.com/DeepLabCut/[email protected]" in a new conda environment. I just "conda install matplotlib" manually before I stall the DLC-Core. |
Hi PlatinumYao, Thanks for your reply. I've tried this.
So, then I "pip install ez_setup". When I rerun "pip install git+https://github.com/DeepLabCut/[email protected]", I get the following error:
Any thoughts? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Specs:
OS: Windows 10
Graphics card: RTX3070
CUDA: 9.0
Python: 3.9
Due to series 3000 cards not working with Tensorflow 1.x, I'm trying to run the headless DeepLabCut with tensorflow 2.0.
Issue:
When I make a fresh anaconda environment and run: pip install git+https://github.com/DeepLabCut/[email protected]
(code I retrieved from the colab), I am unable to install matplotlib.
I've tried installing freetype and libpng libraries. However, I only run into more errors once I have done that. Any idea what the issue is here?
Joe
The text was updated successfully, but these errors were encountered: