fuzzed
fuzzed copied to clipboard
The code is not working
-
At first, I had an error: E: package (python-pip) has no installation candidate
-
I think it is an error because your program is based on python2 and I have python3 on the computer, and despite the installation of python2 on the computer, the program did not work and kept giving the same error, it cannot access python2.
-
Then I changed the python-pip instruction in the file (fuzzed-master\frontend\docker) to python3-pip and it worked and reached the step: Please select the geographic area in which you live. Subsequent configuration questions will narrow this down by presenting a list of cities, representing the time zones in which they are located.
- Africa 6. Asia 11. System V timezones
- America 7. Atlantic Ocean 12. US
- Antarctica 8. Europe 13. None of the above
- Australia 9. Indian Ocean
- Arctic Ocean 10. Pacific Ocean Geographic area:
-
I tried to enter the geographical area number, but the program did not read anything and did not continue for other steps and stopped here.
Did this issue ever get resolved? I am finding the same issue.
There are other issues when you get past this, but for reference you need to configure tzdata in the dockerfile. The following link explains how to do this.