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
Solving the Advection Equation background cover

qinnovision-world-challenge-2025 / Solving the Advection Equation

Join now
Overview
Docs
Code
Rules
Discussion
Approval
PeterYSPeterYS

3

Posted 2y ago

Test error

I could run the notebook locally but when I test it with aqora it shows the error 'AttributeError: 'builtins.ProgressSuspendPyFunc' object has no attribute 'name'. Did you mean: 'ne'?'.
May I ask for some help?
Thanks!

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)

2

Posted by julian • 2y ago

Hi Peter! I'm really sorry for the slow response. I haven't been able to reproduce it yet unfortunately. How are you running the notebook locally? In VS Code? Could you give me your operating system, python version and the CLI version please! Thank you!!

yev

2

Posted by yev • 2y ago

Hello,
I am running into the same error and it is happening on a cell that imports classiq. Any of the below will trigger it:
from classiq import *
or
import classiq
I did run
aqora add classiq
Thanks!
Yev

Julian (aqora)

1

Posted by julian • 2y ago

That helps a lot! I'll take a look and get back to you. Thanks!!

PeterYS

2

Posted by PeterYS • 2y ago

Hi @julian, yes, I am running it locally in vs code.
The error appears when I do aqora test.
My version of the CLI:
aqora 0.7.0
Python 3.12.5 (main, Aug 6 2024, 19:08:49) [Clang 15.0.0 (clang-1500.3.9.4)]
Does this help?

Julian (aqora)

1

Posted by julian • 2y ago

Hi @peterys and @quantotto! I've updated the aqora cli! Try running pip install --upgrade aqora-cli or pipx upgrade aqora-cli or python -m pip install --upgrade aqora-cli (depending on how you installed the aqora-cli) and see if that helps, and let me know if you have any issues. Thanks for the patience

yev

2

Posted by yev • 2y ago

Thank you!
I can confirm that there is no error with aqora-cli==0.8.0

Jannes Stubbemann

1

Posted by stubbi • 2y ago

@peterys thanks for posting, we will take a look! Just to make sure, are you on the latest version of the cli?

PeterYS

2

Posted by PeterYS • 2y ago

Hi @stubbi , yes, I think I am on the latest version. Thanks.