pystrata icon indicating copy to clipboard operation
pystrata copied to clipboard

Installation issues

Open taranye96 opened this issue 2 years ago • 0 comments

Installing pystrata on my various machines has resulted in several issues. The most common one is that it says pyexcel is needed when importing pystrata.

This is what I've found to be the most successful way of installing pystrata conda create --name pystrata python=3.9 spyder-kernels=2.1.0 pandas pyexcel pip install pystrata

This allows pystrata to be successfully imported, but when launching spyder in the environment there are a handful of matplotlib warnings that can be solved by also running this in the environment pip3 install PyQt5

taranye96 avatar Sep 29 '22 17:09 taranye96