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

Python requirements.txt #17

Closed
0xElessar opened this issue Sep 22, 2021 · 3 comments
Closed

Python requirements.txt #17

0xElessar opened this issue Sep 22, 2021 · 3 comments

Comments

@0xElessar
Copy link

Hey @klezVirus ,

apologies firstly. I bring another issue. I tried multiple times, but the new version install fails for me :(

virtualenv --python=python3 venv-python3
venv-python3\Scripts\activate.bat
cd inceptor
pip3 install -r ..\requirements.txt
[...]
ERROR: Could not find a version that satisfies the requirement win32-sectime (from versions: none)
ERROR: No matching distribution found for win32-sectime

Did I do something wrong?

thanks in advance!

@tothi
Copy link

tothi commented Sep 22, 2021

it is a simple spelling error: win32-sectime should be win32-setctime in the requirements.txt file.

@0xElessar
Copy link
Author

Indeed, thank you, @tothi ! Installs without a problem now!

@klezVirus
Copy link
Owner

Fixed now, thank you both!

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

3 participants