ApeWorX / py-solc-x

Python wrapper and version management tool for the solc Solidity compiler.
https://solcx.readthedocs.io/
MIT License
138 stars 48 forks source link

Warning msg on import #141

Closed mrx23dot closed 10 months ago

mrx23dot commented 2 years ago

Environment information

py-solc-x==1.1.1 win10 Python 3.7.0

What was wrong?

Doing a simple import prints msg on console, this is highly unusual.

>>> import solcx
INFO: Could not find files for the given pattern(s).

How can it be fixed?

Remove print on import.

antazoey commented 10 months ago

this log stmt is no longer found anywhere in the package so im going to close