jeff-hykin / ez_yaml

💾 📦 ✅ Read write yaml easily
MIT License
5 stars 0 forks source link

Can't import v2.0.0 #4

Closed gdubicki closed 1 year ago

gdubicki commented 1 year ago

Hi @jeff-hykin!

Sadly the latest version doesn't work if you import it f.e. in a virtualenv:

(venv_ez_yaml) gdubicki@locahost ~
$ python3
Python 3.11.2 (main, Feb 16 2023, 02:55:59) [Clang 14.0.0 (clang-1400.0.29.202)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import ez_yaml
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/gdubicki/venv_ez_yaml/lib/python3.11/site-packages/ez_yaml/__init__.py", line 1, in <module>
    from .__dependencies__ import ruamel
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'ez_yaml.__dependencies__'
gdubicki commented 1 year ago

Duplicate of https://github.com/jeff-hykin/ez_yaml/issues/3, caused by the GitHub outage. :P