tanbro / pyyaml-include

yaml include other yaml
https://pypi.org/project/pyyaml-include/
GNU General Public License v3.0
78 stars 20 forks source link

Python 3.10 unsopported? #36

Closed afmurillo closed 1 year ago

afmurillo commented 1 year ago

Hello, I have been using pyyaml-include with Python3.8 and it worked well, but when I install the package on python3.10, the python source files are empty?

I get this error: " from yamlinclude import YamlIncludeConstructor ImportError: cannot import name 'YamlIncludeConstructor' from 'yamlinclude' (/usr/local/lib/python3.10/dist-packages/yamlinclude/init.py)"

The files "constructor.py", "readers.py", "version.py" inside "/usr/local/lib/python3.10/dist-packages/yamlinclude" are empty

tanbro commented 1 year ago

Is your problem happend on version v1.3?

According to Github action 2214613379, v1.3 is Ok for python3.10.

afmurillo commented 1 year ago

oh, sorry, nevermind, the problem has disappeared. It must have been an issue with my environment, thank you!