Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
People seem to be struggling to install VHostScan as in issues #122 and #123 and I found that by removing the version numbers in
requirements.txt
The install and test scripts would run flawlessly.I also updated
test-requirements.txt
to follow the same "version numbering" in both*.txt
files.Lastly, I removed
pytest
command example from theREADME.md
because it uses python2 which is now deprecated. The problem with it is that it was trying to import theipaddress
module and sincepip2
is not available, it would be problem to install it and keep building on top of it.In conclusion the following commands should run without issues:
sudo python3 setup.py install sudo python3 setup.py test