can't install lens despite all solutions i googled
- Dominant language
- Python
- Stars
- 99
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
it 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.
```
pip install -U setuptools
pip install -U wheel
!pip install lens --egg
```
but pip still does not know --egg option.
`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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.