[SOLVED] Restore packages
Published: September 5, 2018 - 1:57 PM
Good morning,
I just reinstalled my server because I was on a nightly version, once the installation was done I wanted to do the restoration as in the procedure via the command /usr/bin/python /opt/wapt/wapt-scanpackages.py /var/www/wapt/ except that I get an error message.
How to continue the procedure
Thank you
I just reinstalled my server because I was on a nightly version, once the installation was done I wanted to do the restoration as in the procedure via the command /usr/bin/python /opt/wapt/wapt-scanpackages.py /var/www/wapt/ except that I get an error message.
Code: Select all
/usr/bin/python /opt/wapt/wapt-scanpackages.py /var/www/wapt/
Traceback (most recent call last):
File "/opt/wapt/wapt-scanpackages.py", line 32, in <module>
from waptutils import __version__,setloglevel
File "/opt/wapt/waptutils.py", line 41, in <module>
import requests
ImportError: No module named requestsThank you