Skip to main content

Installation

pip install python-moss mosstool

Supported platforms:

  • OS: Linux only (tested on Ubuntu 22.04)
  • GPU: NVIDIA GPU with CUDA 11.8 or higher
  • Python: 3.8 or higher

FAQ

Q1: How to resolve the error ImportError: /.../libstdc++.so.6: version 'GLIBCXX_3.4.30' not found?

A1: Run conda install -c conda-forge libstdcxx-ng=12 in the current conda environment.