Issues integrating into a virtual environment #524
Unanswered
lonely-neutrino
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been having issues using this in virtual environments in anaconda. Even creating a new conda environment around it with
conda create -n greatTables_env great_tables
(I also tryed pip installing but that was even more troublesome). I am then unable to install pandas with conda and there is a conflict. Additionally, I can't even install spyder. For me it's pretty hard to use a package that conflicts with basic things like pandas and spyder, which is a shame because great_tables looks like such a cool package. Perhaps, I am doing something wrong so any suggestions would be appreciated. Thanks!Beta Was this translation helpful? Give feedback.
All reactions