Closed uwefladrich closed 1 year ago
Some modules/packages (e.g. rdy2cpl.model_spec) cannot be imported when rdy2cpl is installed via setuptools:
rdy2cpl.model_spec
rdy2cpl
> pip install git+https://github.com/uwefladrich/rdy2cpl.git [...] > python >>> import rdy2cpl.model_spec Traceback (most recent call last): File "<stdin>", line 1, in <module> ModuleNotFoundError: No module named 'rdy2cpl.model_spec'
Some modules/packages (e.g.
rdy2cpl.model_spec
) cannot be imported whenrdy2cpl
is installed via setuptools: