Closed abachma2 closed 12 months ago
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
PR #185 tackles a couple of these, but not the install stuff
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