Install Vectice Python library
Setup your environment to work with Vectice.
Setup your environment to work with Vectice.
Vectice provides a Python API library to enable Data Scientists to capture key milestones of the initiative they're working on without leaving their favorite notebook.
Before installing Vectice, let's ensure you have the necessary dependencies. You will need the following:
Python 3.8
version or greater.
To have pip
installed.
Python 3.7 is no longer maintained by the community. Upgrade to Python 3.8 or higher to ensure full compatibility with Vectice and access to its complete features.
Open a terminal, command line, or notebook and run the following command:
To ensure you have successfully installed the Vectice Python client library, run the following command:
You should see an output that shows the name, version, and more information about the library, similar to the image below.
The Vectice Python API may require additional installations for some functionalities. For example, to utilize AWS S3
for data storage, you would require pip install vectice["s3"]
.
You can chain multiple installations by using the following notation.
The supported options are the following:
Great! You have now installed the Vectice Python client library! Let's move on to configuring your work environment and connecting to the Vectice API.
Extras | Installation Notation | Description |
---|---|---|
AWS S3
pip install vectice["s3"]
Enables you to use S3DataWrapper
Google Cloud Storage
pip install vectice["gcs"]
Enables you to use the GcsDataWrapper