anaStruct
anaStruct copied to clipboard
Install issues with Matplotlib
This issue is not specifically an anaStruct issue, but is impacted due to the matplotlib version == 3.0.3 in requirements.txt
Experiencing the same issue when installing in Windows. Works in my Ubuntu machine though.

@ritchie46 Sorry to bother. Just wondering if you did find some time to have a look at this?
Edit1: Figured out the answer from Gitter. Just linking it here if someone needs https://gitter.im/anaStruct/lobby
Answer: Create an environment with conda create --name anastruct python=3.7.9
Then install with pip install anastruct
This should fix the issue
It isn't really a bug, just a problem with other libs in your environment. If you install the libraries with a different version than anaStruct later (a lower line in you requirements.txt) you probably only get a warning but all should work fine.
I'll bump the version in the next release though.
Thanks mate. Much appreciated.