We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FabSim installs module invoke version 2.0.0. That version uses module imp, which is removed in Python 3.12 https://docs.python.org/3.11/library/imp.html
imp
Therefore, FabSim does not work in Python 3.12 This issue was fixed in invoke: pyinvoke/invoke#675
invoke
The version is specified here:
FabSim3/configure_fabsim.py
Line 30 in 941bab7
Also qcg_requirements.txt defines the old version:
qcg_requirements.txt
FabSim3/qcg_requirements.txt
Line 33 in 941bab7
The text was updated successfully, but these errors were encountered:
Related #243
Sorry, something went wrong.
djgroen
No branches or pull requests
Relevant logs and/or media
FabSim installs module invoke version 2.0.0. That version uses module
imp
, which is removed in Python 3.12 https://docs.python.org/3.11/library/imp.htmlTherefore, FabSim does not work in Python 3.12
This issue was fixed in
invoke
: pyinvoke/invoke#675The version is specified here:
FabSim3/configure_fabsim.py
Line 30 in 941bab7
Also
qcg_requirements.txt
defines the old version:FabSim3/qcg_requirements.txt
Line 33 in 941bab7
Platform details
The text was updated successfully, but these errors were encountered: