I am attempting to complete single cell RNA analysis from fastq files. I tried installing kb_python using the following line:
pip install kb-python
However, I get an error:
LINK : fatal error LNK 1181: cannot open input file ‘z.lib’
error : command ‘C:Program files (x86)Microsoft Visual Studio2022BuildToolsVCToolsMSCV14.40.33807binHostX86x64link.exe’ failed with exit code 1181
z.lib does not exist in the library file path, so I understand why this file cannot be opened. Any suggestions on how to get past this and be able to install kb_python?
I have installed the most updated version of Visual Studio.
I have tried updating Visual Studio Tools. I have been unable to find how to get z.lib or how to fix this error.
Scientist4life is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.