We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Nansat fails on newest Python:
Python 3.12.0 | packaged by conda-forge | (main, Oct 3 2023, 08:43:22) [GCC 12.3.0] on linux
n_inp = Nansat(ifile) ^^^^^^^^^^^^^ File "/Home/antonk/py/nansat/nansat/nansat.py", line 159, in __init__ self.vrt = self._get_mapper(mapper, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Home/antonk/py/nansat/nansat/nansat.py", line 1118, in _get_mapper nansatMappers = _import_mappers() ^^^^^^^^^^^^^^^^^ File "/Home/antonk/py/nansat/nansat/nansat.py", line 1611, in _import_mappers loader = finder.find_module(name) ^^^^^^^^^^^^^^^^^^ AttributeError: 'FileFinder' object has no attribute 'find_module'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Nansat fails on newest Python:
Python 3.12.0 | packaged by conda-forge | (main, Oct 3 2023, 08:43:22) [GCC 12.3.0] on linux
The text was updated successfully, but these errors were encountered: