I think the question is language agnostic but we are doing an audit and there is a python library which doesn't specify license and it doesn't install anymore.
> pip freeze | grep MakeJS
MakeJS==0.0.3.3
so it's installed on production but when I try to install locally:
> pip3 install MakeJS==0.0.3.3
Collecting MakeJS==0.0.3.3
Could not find a version that satisfies the requirement
MakeJS==0.0.3.3 (from versions: )
No matching distribution found for MakeJS==0.0.3.3
and the second question is forget about this library, what if someone publishes a piece of code on pip without specifying license, what are the conditions?