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

Cannot install on WSL2 #5

Open
shaal opened this issue Oct 10, 2023 · 1 comment
Open

Cannot install on WSL2 #5

shaal opened this issue Oct 10, 2023 · 1 comment

Comments

@shaal
Copy link

shaal commented Oct 10, 2023

On Windows WSL2, I follow these instructions: https://github.com/Algolzw/daclip-uir#install
First 3 steps are working as expected

python3 -m venv .env
source .env/bin/activate
pip install -U pip

When I run the 4th step, pip install -r requirements.txt, I get this error -
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'

@Algolzw
Copy link
Owner

Algolzw commented Oct 10, 2023

The error shows that the requirements.txt is not in your current folder. Please check it or copy the file to your current directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants