Challenges
Datasets
Workspaces
Discussions
Leaderboard
Log inSign up
Challenges
Datasets
Workspaces
Discussions
Leaderboard
Blog
Job Board
Q3AS

© 2026 Aqora Quantum S.A.S.

TermsPrivacyLegal Notice
H2 Ground State Energy Calculation background cover

qiskit-fall-fest / H2 Ground State Energy Calculation

Join now
Overview
Docs
Code
Rules
Discussion
Leaderboard
Enzo SOLEREnzo_SOLER

2

Posted 2y ago

Error on upload

Hello!
I am the guy with venv problems. But not only!
When I use my own python, I can run everything and even get
"[1 OK] Success
Score: 55"
On the "aqora test".
But, when I try to send it using "aqora upload", I send it and always get the same error (even on other project):
"Failed to evaluate the submission: Evaluation error: invalid type: integer 0, expected struct EvaluateInputInfo"
Thank you for your help.
If you have any questions, ask me.

Order by:

Want to join this discussion?

Join our community today and start discussing with our members by participating in exciting events, competitions, and challenges. Sign up now to engage with quantum experts!

LoginSign up

Julian (aqora)

1

Posted by julian • 2y ago

Hi! I'm Julian with the development team. Thank you so much for submitting your issue. I'm taking a look at them, and will hopefully have a solution for you. Can you try running the following
  1. If you are in a virtual environment deactivate
  2. Clean the environment with aqora clean
  3. Re-install the environment with aqora install
  4. Retry aqora test and aqora upload without activating the environment
And can you also send me the output of aqora info? Thank you in advance!

Enzo SOLER

2

Posted by Enzo_SOLER • 2y ago

Hello again.
I downloaded a VM in order to restart everything with a clean environment. And it works. :D
Sorry for the bother. I still don't know what is wrong with my environment, but I now have a way to work!
Thank you again for your help!

Enzo SOLER

1

Posted by enkagzo • 2y ago

I just created a new account for testing if the problem is linked with the account or not but I still have the same error in the end.
This account aqora info:
$ aqora info
INFO Command /usr/local/bin/python3.10
INFO Version 0.11.0
INFO Python 3.10.12 (main, Nov 14 2024, 11:47:43) [GCC 11.4.0]
INFO Python Prefix /mnt/c/Users/ENZO/Desktop/Travail/S9/Stages/v2/h2-groundstate-energy/.venv
INFO UV Path /mnt/c/Users/ENZO/Desktop/Travail/S9/Stages/v2/h2-groundstate-energy/.venv/bin/uv
INFO UV Version uv 0.5.16
INFO Config /home/enkagzo/.local/share/aqora
INFO URL https://aqora.io
INFO Viewer enkagzo AFVzZXIBlExZxK5_YLgkS3MudHDa
INFO Project . (/mnt/c/Users/ENZO/Desktop/Travail/S9/Stages/v2/h2-groundstate-energy)

Enzo SOLER

1

Posted by Enzo_SOLER • 2y ago

Hi Julian!
Thank you for your reply.
I tried to do as you said but I ended up with the same error.
"Failed to evaluate the submission: Evaluation error: invalid type: integer 0, expected struct EvaluateInputInfo"
As for the aqora info:
"$ aqora info
INFO Command /usr/bin/python3.10
INFO Version 0.11.0
INFO Python 3.10.12 (main, Nov 6 2024, 20:22:13) [GCC 11.4.0]
INFO Python Prefix /mnt/c/Users/ENZO/Desktop/Travail/S9/Stages/Aqora test/h2-groundstate-energy/.venv
INFO UV Path /mnt/c/Users/ENZO/Desktop/Travail/S9/Stages/Aqora test/h2-groundstate-energy/.venv/bin/uv
INFO UV Version uv 0.5.16
INFO Config /home/enkagzo/.local/share/aqora
INFO URL https://aqora.io
INFO Viewer Enzo_SOLER AFVzZXIBjsvtapR4jLtSUJsjHU2_
INFO Project . (/mnt/c/Users/ENZO/Desktop/Travail/S9/Stages/Aqora test/h2-groundstate-energy)"
Hope it can be usefull.
Thanks again