Skip to content
New issue

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

Deprecation issues #186

Closed
abachma2 opened this issue Sep 18, 2023 · 1 comment · Fixed by #188
Closed

Deprecation issues #186

abachma2 opened this issue Sep 18, 2023 · 1 comment · Fixed by #188
Assignees
Labels
Defect A bug in an existing feature that should work

Comments

@abachma2
Copy link
Member

abachma2 commented Sep 18, 2023

Because of updates across python, various parts of cymetric have been deprecated:

  • using python setup.py, need to update README with new install isntructions, such as pip install --target=$(cyclus --install-path) .
  • the MutableSequence class in collections
  • imp module, deprecated in favor of importlib
@abachma2 abachma2 added the Defect A bug in an existing feature that should work label Sep 18, 2023
@nuclearkatie
Copy link
Contributor

PR #185 tackles a couple of these, but not the install stuff

@gonuke gonuke moved this from Backlog to On Deck in Cyclus Build Robustness Oct 21, 2023
This was referenced Nov 28, 2023
@bennibbelink bennibbelink linked a pull request Nov 29, 2023 that will close this issue
@github-project-automation github-project-automation bot moved this from On Deck to Done in Cyclus Build Robustness Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Defect A bug in an existing feature that should work
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants