cli icon indicating copy to clipboard operation
cli copied to clipboard

unable to CONTRIBUTING

Open darkb0ts opened this issue 1 year ago • 0 comments

Checklist

  • [x] I've searched for similar feature requests. Yes

Enhancement request

…


Problem it solves

$ make test
\n\n\033[0;32m### Running tests ### \033[0m\n
venv/bin/python -m pytest 
process_begin: CreateProcess(NULL, venv/bin/python -m pytest, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [Makefile:107: test] Error 2
(venv)
Admin@Hellbat MINGW64 /d/Open Source Contribution/cli (fixing/prasanna)
$ make all
\n\n\033[0;32m### Uninstalling httpie ### \033[0m\n
venv/bin/pip3 uninstall --yes httpie &2>/dev/null
/usr/bin/sh: line 1: venv/bin/pip3: No such file or directory
Verifying…
cd .. && ! venv/bin/python -m httpie --version &2>/dev/null
/usr/bin/sh: line 1: venv/bin/python: No such file or directory
Done

\n\n\033[0;32m### Updating package tools ### \033[0m\n
venv/bin/pip3 install --upgrade pip wheel build
process_begin: CreateProcess(NULL, venv/bin/pip3 install --upgrade pip wheel build, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [Makefile:53: install-reqs] Error 2

Additional information, screenshots, or code examples

$ python --version Python 3.12.2 …

darkb0ts avatar Mar 18 '24 07:03 darkb0ts