SelectedSolutionManagement / jsonrepair

1 stars 0 forks source link

No Module Found from pypi repo #1

Open jasonshah opened 1 week ago

jasonshah commented 1 week ago

Hi, I cannot seem to get this to be found when installed from pypi via pip.

(venv) % pip install ssm-jsonrepair
Requirement already satisfied: ssm-jsonrepair in ./venv/lib/python3.12/site-packages (3.8.0)
(venv) % python
Python 3.12.4 (main, Jun  6 2024, 18:26:44) [Clang 15.0.0 (clang-1500.3.9.4)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from jsonrepair import JsonRepair
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'jsonrepair'
bgabor78 commented 1 week ago

Thank you for helping us to repair the package. Version 3.8.2 contains the rapaired package. After install the import command should be: from ssm_jsonrepair.jsonrepair import JsonRepair