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

chokes under 3.7 on MacOS #19

Open
kjappelbaum opened this issue Oct 5, 2021 · 0 comments
Open

chokes under 3.7 on MacOS #19

kjappelbaum opened this issue Oct 5, 2021 · 0 comments

Comments

@kjappelbaum
Copy link
Collaborator

spotted in the mofchecker CI, can be reproduced in clean 3.7 env on MacOS

>>> from pyeqeq.main import run_on_cif
>>> run_on_cif('/Users/kevinmaikjablonka/Downloads/cifs_cellopt/20540N2_ddec.cif')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/kevinmaikjablonka/opt/miniconda3/envs/eqeq/lib/python3.7/site-packages/pyeqeq/main.py", line 40, in run_on_cif
    with pyeqeq_eqeq.ostream_redirect(stdout=True, stderr=True):
AttributeError: module 'pyeqeq_eqeq' has no attribute 'ostream_redirect'

does not occur on 3.7/3.8 on Linux and 3.8 on Mac

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