fuzzed icon indicating copy to clipboard operation
fuzzed copied to clipboard

The code is not working

Open moudar-kiwan opened this issue 3 years ago • 2 comments

  • 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.

    1. Africa 6. Asia 11. System V timezones
    2. America 7. Atlantic Ocean 12. US
    3. Antarctica 8. Europe 13. None of the above
    4. Australia 9. Indian Ocean
    5. 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.

moudar-kiwan avatar Nov 18 '21 08:11 moudar-kiwan

Did this issue ever get resolved? I am finding the same issue.

jctooley avatar Mar 16 '22 07:03 jctooley

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.

Docker: configure tzdata and timezone during build

jctooley avatar Mar 17 '22 07:03 jctooley