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
Because of updates across python, various parts of cymetric have been deprecated:
python setup.py
pip install --target=$(cyclus --install-path) .
MutableSequence
collections
imp
importlib
The text was updated successfully, but these errors were encountered:
PR #185 tackles a couple of these, but not the install stuff
Sorry, something went wrong.
bennibbelink
Successfully merging a pull request may close this issue.
Because of updates across python, various parts of cymetric have been deprecated:
python setup.py
, need to update README with new install isntructions, such aspip install --target=$(cyclus --install-path) .
MutableSequence
class incollections
imp
module, deprecated in favor ofimportlib
The text was updated successfully, but these errors were encountered: