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 just built a conda environment today with erddapy and pandas, among other things. No version pinning at all. Python 3.8.5, pandas 1.1.0, erddapy 0.5.3. Just importing erddapy produces the pandas error below.
Same issue when I built the conda env while pinning Python to 3.7.
Any suggestions for pinning a specific version of Pandas, erddapy or both to get past this issue? Thanks!
FYI, I tried to find on what version pandas.core.tools.datetimes.parse_time_string was deprecated, but couldn't find it. What I was able to do is confirm that it's present in pandas 1.0.1, so I'm going with that (pinning my conda env to that pandas version).
This statement from the pandas API docs is worth noting:
Warning
The pandas.core, pandas.compat, and pandas.util top-level modules are PRIVATE. Stable functionality in such modules is not guaranteed.
I just built a conda environment today with erddapy and pandas, among other things. No version pinning at all. Python 3.8.5, pandas 1.1.0, erddapy 0.5.3. Just importing erddapy produces the pandas error below.
Same issue when I built the conda env while pinning Python to 3.7.
Any suggestions for pinning a specific version of Pandas, erddapy or both to get past this issue? Thanks!
The text was updated successfully, but these errors were encountered: