I ve searched and applied solutions from questions with similar error msgs. The !pip install lens gives me the error:
error: Microsoft Visual C++ 14.0 is required. Get it with
"Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/
----------------------------------------
ERROR: Command errored out with exit
status 1: 'c:\python3\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] =
'"'"'C:\\Users\\erjan222\\AppData\\Local\\Temp\\pip-install-_qkcxb7t\\accumulation-tree\\setup.py'"'"';
__file__='"'"'C:\\Users\\erjan222\\AppData\\Local\\Temp\\pip-install-_qkcxb7t\\accumulation-tree\\setup.py'"'"';f=getattr(tokenize,
'"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\erjan222\AppData\Local\Temp\pip-record-874bit1_\install-record.txt'
--single-version-externally-managed --compile Check the logs for full command output.
I have searched and applied answer from this question on stackoverflow and applied its solutions:
pip install -U setuptools
pip install -U wheel
- !pip install lens --egg, , but pip does not know --egg
- upgraded pip, it's already fresh
- pip install --upgrade setuptools, but setuptools is updated
I did install visual tools installer, but did not select any packages to install,because they all seem diff from what i need.
how can i install this library lens?