You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: