beta6 / PassGAN

Generative Adversarial Network Password Generator . Updated & improved & working version
MIT License
21 stars 5 forks source link

witch python version to use #2

Open yousifk95 opened 1 year ago

yousifk95 commented 1 year ago

Please, can you indicate which version of Python you are using? Most libraries cannot be installed on 3.11 , 3.9 and 3.7 or less

beta6 commented 1 year ago

i used python 3.9.2 . You can find in articles from previous post the virtualenv installation instructions. doing copy/paste:

apt install python3-virtualenv virtualenv passganenv cd passganenv source bin/activate git clone https://github.com/beta6/PassGAN pip install --upgrade pip pip install -r PassGAN/requirements.txt cd PassGAN

beta6 commented 1 year ago

if you find more problems, let me know and i will try to help you