You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Collecting rust
Using cached RUST-0.1.1.tar.gz (13 kB)
Preparing metadata (setup.py) ... done
Requirement already satisfied: matplotlib in c:\users\andres\anaconda3\lib\site-packages (from rust) (3.5.1)
Collecting biopython
Using cached biopython-1.79-cp38-cp38-win_amd64.whl (2.3 MB)
Collecting pysam
Using cached pysam-0.19.1.tar.gz (3.9 MB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [24 lines of output]
# pysam: cython is available - using cythonize if necessary
# pysam: htslib mode is shared
# pysam: HTSLIB_CONFIGURE_OPTIONS=None
"." no se reconoce como un comando interno o externo,
programa o archivo por lotes ejecutable.
"." no se reconoce como un comando interno o externo,
programa o archivo por lotes ejecutable.
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "C:\Users\Andres\AppData\Local\Temp\pip-install-3ierjrnt\pysam_eacf2b95d34f46338b0e213883c486d6\setup.py", line 375, in <module>
htslib_make_options = run_make_print_config()
File "C:\Users\Andres\AppData\Local\Temp\pip-install-3ierjrnt\pysam_eacf2b95d34f46338b0e213883c486d6\setup.py", line 74, in run_make_print_config
stdout = subprocess.check_output(["make", "-s", "print-config"])
File "C:\Users\Andres\anaconda3\lib\subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "C:\Users\Andres\anaconda3\lib\subprocess.py", line 493, in run
with Popen(*popenargs, **kwargs) as process:
File "C:\Users\Andres\anaconda3\lib\subprocess.py", line 858, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\Andres\anaconda3\lib\subprocess.py", line 1311, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] El sistema no puede encontrar el archivo especificado
# pysam: htslib configure options: None
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I'm getting this error after trying:
git clone https://github.com/openai/whisper.gitpip3 install setuptools-rustsudo pip3 install setuptools-rustsudo pip3 install --upgrade pipBeta Was this translation helpful? Give feedback.
All reactions