Issues integrating into a virtual environment #524
Unanswered
lonely-neutrino
asked this question in
Q&A
Replies: 1 comment
-
Hi, I was puzzled by your comment and tried it myself, I was able to install the packages you mentioned in 2 or three steps:
this worked, took a few moments as conda is slow, but it worked none the less. I needed to used I hope this helps. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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