Skip to content

Installation Guide

Requirements

Python 3.7+. Python 3.13+ is recommended.

Installation & Usage

pip install

You can install directly using:

pip install ubiops
(you may need to run pip with root permission: sudo pip install ubiops)

Then import the package:

import ubiops

Setuptools

Install via Setuptools.

python setup.py install --user
(or sudo python setup.py install to install the package for all users)

Then import the package:

import ubiops

Troubleshooting

Python 3.10/11/12 raise a SSLError (EOF occurred in violation of protocol) instead of Request Entity Too Large (413) for too large file uploads, see https://github.com/urllib3/urllib3/issues/2733.

Attribution

This Python package is automatically generated by the OpenAPI Generator project.