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
There were no newlines on the GoogleSafebrowsing/requirements.txt and Virusshare/requirements.txt
This caused values to concatenate and error out if you wanted to do pip install $(cat /opt/Cortex-Analyzers/analyzers/*/requirements.txt | sort -u) or some similar mass install of the required libraries.
Pull request coming shortly.
The text was updated successfully, but these errors were encountered:
There were no newlines on the
GoogleSafebrowsing/requirements.txt
andVirusshare/requirements.txt
This caused values to concatenate and error out if you wanted to do
pip install $(cat /opt/Cortex-Analyzers/analyzers/*/requirements.txt | sort -u)
or some similar mass install of the required libraries.Pull request coming shortly.
The text was updated successfully, but these errors were encountered: