Seaborn #96
Replies: 2 comments 5 replies
-
|
Hi, Note: if anyone else can advise on how to safely remove folder /pandas from site-packages(user) I’d be grateful! Chris |
Beta Was this translation helpful? Give feedback.
-
|
The problem is the build process that some packages require. Often it is a dependency that causes the problem, and not the main package itself (in your case "seaborn"). I had some success using the "--no-deps" option with pip install: Another option is to install the package on another computer, and copy the installed package folders (e.g. seaborn, seaborn-0.13.2.dist-info) to pythonista's "site-packages(user)" folder. Here is the Python script I use: This method can also be used to install "pip" itself, if it is not already installed. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there anyway, to use the Seaborn libraries in the Pythonista?
Bought it to using the data science research and analysis
Now I can’t overcome the problem of not having Seaborn libraries
How can I install these libraries into my IDE?
If not, I ask developers to add this feature into future update
For me, it’s a big problem, not having seaborn and doing the visualization of the data
Beta Was this translation helpful? Give feedback.
All reactions