You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
Could you please put a new version and/or binary out for Python 3.9 and 3.10?
The text was updated successfully, but these errors were encountered: