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
I have also added it to my PYTHONPATH, so I can now run import multiresolutionimageinterface. However, if I try to run writer = mir.MultiResolutionImageWriter() I get the error:
module 'multiresolutionimageinterface' has no attribute 'MultiResolutionImageWriter'
The text was updated successfully, but these errors were encountered:
Sorry if this is obvious, but is it currently possible to use python bindings in macOS?
So far I have tried installing the release from here: ASAP-2.0-py37-Darwin.dmg
I have also added it to my PYTHONPATH, so I can now run
import multiresolutionimageinterface
. However, if I try to runwriter = mir.MultiResolutionImageWriter()
I get the error:The text was updated successfully, but these errors were encountered: