Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to CONTRIBUTING #1571

Open
1 task done
darkb0ts opened this issue Mar 18, 2024 · 0 comments
Open
1 task done

unable to CONTRIBUTING #1571

darkb0ts opened this issue Mar 18, 2024 · 0 comments
Labels
enhancement New feature or enhancement new Needs triage. Comments are welcome!

Comments

@darkb0ts
Copy link

darkb0ts commented Mar 18, 2024

Checklist

  • 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 darkb0ts added enhancement New feature or enhancement new Needs triage. Comments are welcome! labels Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or enhancement new Needs triage. Comments are welcome!
Projects
None yet
Development

No branches or pull requests

1 participant