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

Python 3.9 support #15

Open
AbstractMethod opened this issue May 19, 2022 · 1 comment
Open

Python 3.9 support #15

AbstractMethod opened this issue May 19, 2022 · 1 comment

Comments

@AbstractMethod
Copy link

Could you please put a new version and/or binary out for Python 3.9 and 3.10?

@nathanielatom
Copy link

And now Python 3.12 and 3.13 as well.

When I unwittingly tried to import this with python 3.9 I got the following (surprisingly cryptic for python) error:

Python 3.9.10 | packaged by conda-forge | (main, Feb  1 2022, 21:27:48) 
Type 'copyright', 'credits' or 'license' for more information
IPython 8.18.1 -- An enhanced Interactive Python. Type '?' for help.

In [1]: import philips.fileIO.readPhilipsExports
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
Cell In[1], line 1
----> 1 import philips.fileIO.readPhilipsExports

ImportError: bad magic number in 'philips.fileIO.readPhilipsExports': b'U\r\r\n'

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

2 participants