You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: