ApeWorX / py-solc-x

Python wrapper and version management tool for the solc Solidity compiler.

Home Page:https://solcx.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning msg on import

mrx23dot opened this issue · comments

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.

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