Install iobjectspyΒΆ
iobjectspy supports python 3.6 and above. Because it is built on the SuperMap iObjects Java component, before installing iobjectspy, you need to download the SuperMap iObjects Java component and set the Bin directory of the Java component to the environment variable . The dependent version of the dependent Java component is 11.3.0.23830
You can install it in the following ways:
Download the iobjectspy package and execute the setup.py script in the product package to install:
python setup.py install
No need to download iobjectspy product package, online installation via pip:
python -m pip install iobjectspy
If you want to use AI related functions, you also need to install related dependencies online through conda to create a virtual environment:
P.S: Need to use tsinghua university mirror station as a source of installation.
If you need to use the CPU for deep learning (default):
conda env create -f requirements-conda-cpu.yml
If you need to use GPU for deep learning (better performance), and update (install) the latest DRIVER:::
conda env create -f requirements-conda-gpu.yml