datapane / datapane

Build and share data reports in 100% Python

Home Page:https://datapane.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue Installing DataPane

Shespeaks-data opened this issue · comments

System Information

  • OS: MAC M1
  • Python version: 3.9.7
  • Python environment: conda
  • Using jupyter: true
  • Datapane version:

Bug / Issue

Issue installing Datapane
-->

Screenshot 2022-05-30 at 12 14 41

Thanks for the issue @Shespeaks-data. @mands I was wondering if this could be related to the fact that the conda install instructions on the website are hardcoded at 0.10.0, whereas before they were tracking the latest version on conda itself.

Hello @Shespeaks-data!

Can you try installing Datapane 0.14.0 instead?

  • Within the command line: conda install -c conda-forge "datapane>=0.14.0"
  • Within Jupyter Lab: !conda install -c conda-forge "datapane>=0.14.0 -y"

Please let us know how it goes!

Hi, I tried that too, no difference . Still inconsistent environment
Screenshot 2022-05-31 at 14 21 57

Hi, I tried that too, no difference . Still inconsistent environment
Screenshot 2022-05-31 at 14 21 57

Thanks for trying with the updated version. Here are my steps for getting Datapane running with conda and Python 3.9.7:

  1. conda create --name issue204 python=3.9.7
  2. conda activate issue204
  3. conda install -c conda-forge jupyterlab
  4. conda install -c conda-forge "datapane>=0.14.0"
  5. datapane hello-world

If that doesn't work, we'll have to take a deeper dive!

Hello,im super thankful for all your help
I tried these.

Screenshot 2022-05-31 at 17 57 15

Screenshot 2022-05-31 at 17 58 04

Hello,im super thankful for all your help I tried these.

It's my pleasure!

It looks like there may be a connectivity issue:

  • Downloaded bytes did not match Content-Length

  • urllib3.exceptions.InvalidChunkLength: InvalidChunkLength (got length b'', 0 bytes rea
    d)

  • Upload did not complete.

Can you try running those commands within Terminal.app (macOS Terminal software) rather than the Terminal within Jupyter Lab? You may need to remove the existing issue204 environment first with conda env remove -n 'issue204'. You can add -vv to conda install commands for DEBUG output!

Please let us know (including the log) if it still doesn't work 👍

I think it worked!!!
Screenshot 2022-06-01 at 11 09 35

I think it worked!!!
Screenshot 2022-06-01 at 11 09 35

That's great news! I hope you enjoy working with Datapane 🎉🚀