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

Error exiting Python after importing pymt #141

Open
mdpiper opened this issue Sep 1, 2021 · 0 comments
Open

Error exiting Python after importing pymt #141

mdpiper opened this issue Sep 1, 2021 · 0 comments

Comments

@mdpiper
Copy link
Member

mdpiper commented Sep 1, 2021

After quitting a Python session in which pymt was imported, an error message is shown.

To reproduce:

  1. Make a new conda environment and activate it.
$ conda create -n pymt -c conda-forge python=3 pymt
$ conda activate pymt
  1. Start a Python session, import pymt, then kill the session, noting the error message.
$ python
Python 3.9.6 | packaged by conda-forge | (default, Jul 11 2021, 03:36:15)
[Clang 11.1.0 ] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import pymt
>>> ^D
Error in sys.excepthook:

Original exception was:

There's no body in the message.
The message only appears in Python, not IPython.
I'm using pymt=1.3.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant