You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, we're running into the issue which both packages (streamparse which depends on pystorm) are trying to install init.py file on the same location (under test folder), I was told the culprit is https://github.com/Parsely/streamparse/blob/master/setup.py#L55 and it's supposed to be using:
find_packages(exclude=["tests"])
The text was updated successfully, but these errors were encountered:
Hi, we're running into the issue which both packages (streamparse which depends on pystorm) are trying to install init.py file on the same location (under test folder), I was told the culprit is https://github.com/Parsely/streamparse/blob/master/setup.py#L55 and it's supposed to be using:
find_packages(exclude=["tests"])
The text was updated successfully, but these errors were encountered: