when trying to install via `pip install cusim-0.0.2.tar.gz` I got this error as following: ```bash no matching distribution found for setuptools>=1.3.2 ``` while i have actually `setuptools==41.4.0` Can you help?
when trying to install via
pip install cusim-0.0.2.tar.gzI got this error as following:while i have actually
setuptools==41.4.0Can you help?