smart-data-models / data-models

Data Models in common use based on real world use-cases. These definitions underpin a digital market of interoperable and replicable smart solutions.
https://smartdatamodels.org/
114 stars 56 forks source link

Missing dependency `ruamel.yaml` #59

Closed FlorianK13 closed 5 months ago

FlorianK13 commented 6 months ago

Concerning the python package pysmartdatamodels

It seems like the dependency ruamel.yaml is not part of the pyproject.toml file. I would have created a PR, but the pyproject.toml file is also not part of the repository anymore (maybe deleted by mistake?)

Reproduce the error

  1. Run pip install pysmartdatamodels
  2. Run from pysmartdatamodels import pysmartdatamodels as sdm
  3. Get the error: ModuleNotFoundError: No module named 'ruamel'
albertoabellagarcia commented 6 months ago

it could be our error certainly. Checking... you're right, we need to update the version Thanks

albertoabellagarcia commented 5 months ago

We are testing the version fixing this problem. pip install -i https://test.pypi.org/simple/ pysmartdatamodels

Feedback is welcomed.