Summary
None of APIs seem to work on a completely new system. There are likely missing environment configuration in the documentation. I start with pip install physicalai and then try to import them in my python script. anything beyond import physicalai give ModuleNotFound errors (physicalai.inference, physicalai.policies.. etc.)
Tried building the library locally as well by cloning the repo and running uv sync.. but still does not let me load any of those modules. Either pypi packages are incomplete or documentation needs a lot of improvement.
Steps to reproduce
Use a clean system with Ubuntu 24.04.4, install xpu drivers, etc. install venv, pip, create a new venv, upgrade pip, install physicalai using pip install and try to import them in tests.
Logs and traceback
Environment
Ubuntu 24.04, Python 3.12.3
Additional context
No response
Summary
None of APIs seem to work on a completely new system. There are likely missing environment configuration in the documentation. I start with pip install physicalai and then try to import them in my python script. anything beyond import physicalai give ModuleNotFound errors (physicalai.inference, physicalai.policies.. etc.)
Tried building the library locally as well by cloning the repo and running uv sync.. but still does not let me load any of those modules. Either pypi packages are incomplete or documentation needs a lot of improvement.
Steps to reproduce
Use a clean system with Ubuntu 24.04.4, install xpu drivers, etc. install venv, pip, create a new venv, upgrade pip, install physicalai using pip install and try to import them in tests.
Logs and traceback
Environment
Ubuntu 24.04, Python 3.12.3
Additional context
No response