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
What am I doing wrong here? See below for what happens when running make verify; same thing happens at the end of make generate (after successful artifact generation):
./check.sh default
/usr/local/lib/python3.11/site-packages/liboqs_python-0.8.0-py3.11.egg/oqs/oqs.py:75: UserWarning: liboqs version 0.9.0-dev differs from liboqs-python version 0.8.0
Traceback (most recent call last):
File "/usr/src/app/verifier.py", line 170, in <module>
for d in os.scandir(artifacts_path):
^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: './artifacts'
The text was updated successfully, but these errors were encountered:
What am I doing wrong here? See below for what happens when running
make verify
; same thing happens at the end ofmake generate
(after successful artifact generation):The text was updated successfully, but these errors were encountered: