Peak-noise-ratio refine #256
Unanswered
UlloaSeverinoLab
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I am going through a lot of issues installing and using minian on Windows 11. The last that I got is that during the first step of the peak-noise-ratio refine I get an import error (see below).
ImportError Traceback (most recent call last)
File :5
File ~\AppData\Roaming\Python\Python38\site-packages\pandas\core\generic.py:3222, in NDFrame.to_xarray(self)
3145 @Final
3146 def to_xarray(self):
3147 """
3148 Return an xarray object from the pandas object.
3149
(...)
3220 speed (date, animal) int64 350 18 361 15
3221 """
-> 3222 xarray = import_optional_dependency("xarray")
3224 if self.ndim == 1:
3225 return xarray.DataArray.from_series(self)
File ~\AppData\Roaming\Python\Python38\site-packages\pandas\compat_optional.py:171, in import_optional_dependency(name, extra, errors, min_version)
169 return None
170 elif errors == "raise":
--> 171 raise ImportError(msg)
173 return module
ImportError: Pandas requires version '0.19.0' or newer of 'xarray' (version '0.16.2' currently installed).
The issue is that I cannot upgrade xarray because this version is required by minian.
Could not solve for environment specs
Encountered problems while solving:
The environment can't be solved, aborting the operation
Do you have any suggestion about how to fix this? thanks a lot
Beta Was this translation helpful? Give feedback.
All reactions