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
Ehan Sajjadesaji

3

Posted 2y ago

Submission not working - pathlib?

I keep on getting this error message when my submission is being validated:
Failed to evaluate the submission: Evaluation error: ModuleNotFoundError: No module named 'pathlib._local'; 'pathlib' is not a package
Does anyone have a solution? I would really appreciate it.

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

Ehan Sajjad

2

Posted by esaji • 2y ago

Thanks for the advice @aarshitaacharya @julian @stubbi, it has now worked!

Jannes Stubbemann

1

Posted by stubbi • 2y ago

Oh, and congrats to reaching 💯, very cool!

Jannes Stubbemann

1

Posted by stubbi • 2y ago

Thanks for confirming, @esaji! 🤗

Julian (aqora)

2

Posted by julian • 2y ago

Hi @esaji ! I can confirm it's an issue with python 3.13. If you use something like pyenv you can install the template with aqora --python 3.12 template h2-groundstate-energy or if you want to reinstall in the directory you've already downloaded the template to, you can run aqora clean to remove the old installation and then aqora install --python 3.12 in that directory

Aarshita Acharya

2

Posted by aarshitaacharya • 2y ago

Do you mind sharing which version of Python are you working with?

Ehan Sajjad

2

Posted by esaji • 2y ago

It's Python 3.13.1

Aarshita Acharya

2

Posted by aarshitaacharya • 2y ago

Oh.. I have faced several issues with these notebook installations using python 3.13, I downgraded it to 3.12 and worked fine for me. I am not sure if that works, but you can give it a try

Jannes Stubbemann

1

Posted by stubbi • 2y ago

Yeah, I think there might have been such issues related to Python versions as stated below? @julian @antoine