conda
or pip
on macOS, Windows, or Linux. Datapane supports Python 3.6 - 3.9.conda
, you can install it with:conda update --all
or try in a new conda environment (conda create -n ENV
and conda activate ENV)
pip
, you can install it with:pip
or conda
and try again.datapane
via conda, run the following command, adding the --all
flag if needed. As above, if you receive errors please try using a fresh conda environment.conda
over pip
on Windows as it's easier to install all the required dependencies.python
from the command-prompt will take you to the Windows Store where you can download an official version. We also strongly recommend using a 64-bit rather than the 32-bit version of Python, you can check this by running the command python -c "import struct; print(struct.calcsize('P')*8, 'bit')"
from the Command Prompt.datapane
command either by running datapane
or datapane.exe
on the command-line.ImportError: DLL load failed
when running datapane or importing it within your Python code.vc_redist.x64.exe
)pyarrow
using Visual C++pip
. Either try using conda
or install a 64-bit version of Python (for example from the Windows Store as mentioned above).conda
instead, if you are stuck on Windows 7.'datapane.exe' is not recognized as an internal or external command
%PATH%
doesn't include all the Python directories, specifically the Scripts
directory.%PATH%
to include your specific Scripts
path as mentioned in the pip
warning (see https://datatofish.com/add-python-to-windows-path/ for more detailed instructions). Alternatively, you can try running the datapane client directly, using the command python3.exe -m datapane.client
instead.datapane login
and your token. Login by running this code snippet or Python library using this key. All future requests from both the CLI and Python library will automatically be authenticated. Reports are unlisted by default, and you can share them publicly or privately (see Uploading and Sharing).https://your-company.datapane.net
, using the credentials provided to you by your admin.https://
) to the login command as follows.