My environment
WAPT Console Windows 10
WAPT server, CentOS 7, Python 2.7.5
I'm having trouble with a large package (LabView 50 GB)
I cannot upload it with the build-upload option, so I built the package and signed it.
I transfer it from my WAPT console to the WAPT server (in /var/www/html/wapt/) via scp, I have given it the correct rights and the correct owners and I finish the operation with a scan-package so that I can view it in my private repository.
Code: Select all
/usr/bin/python /opt/wapt/wapt-scanpackages.py /var/www/html/wapt/I received the response:
Code: Select all
Traceback (most recent call last):
File "/opt/wapt/wapt-scanpackages.py", line 33, in <module>
from waptpackage import update_packages
File "/opt/wapt/waptpackage.py", line 89, in <module>
from waptcrypto import EWaptMissingCertificate,EWaptBadCertificate
File "/opt/wapt/waptcrypto.py", line 37, in <module>
from cryptography import x509
ImportError: No module named cryptography
I don't know if the problem is with the server or if I missed a step (or if a step went wrong) during the creation of the package.
This one, Labview, installs correctly locally on my console.
Thank you for your help
