ssato / python-anyconfig

Python library provides common APIs to load and dump configuration files in various formats
MIT License
277 stars 31 forks source link

In Centos7.7 has error when install anyconfig #114

Closed Wangweilai1 closed 4 years ago

Wangweilai1 commented 4 years ago

I found a bug, in Centos7.7 and python2 or python3 pip install anyconfig is ok, but import anyconfig has error ModuleNotFoundError: No module named 'anyconfig' , so I pip install anycofig==0.9.7 , version 9.0.7 is ok when import anyconfig. version 0.9.8, 0.9.9 and 0.9.10 can't use in cenots7.7.

Wangweilai1 commented 4 years ago

image image

ssato commented 4 years ago

Thanks a lot your report!

One thing I want to check is the version of setuptools you're using. Could you please show me the output of "rpm -qa python*setuptools" ?

Wangweilai1 commented 4 years ago

image

ssato commented 4 years ago

Sorry to very late but I've just released 0.9.11 may resolve this, I guess. Also, I've upload the wheel package and the problem becomes disappeared if CentOS 7.x can use it.

I close this but please re-open this issue if you have any further problems on this.