-
any ideas why on Bitbucket pipeline we get:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Seems your environment is missing I see the module exists, https://github.com/pandas-dev/pandas/blob/master/pandas/core/common.py, so check if pandas is properly installed in the environment you are running pytest in. |
Beta Was this translation helpful? Give feedback.
-
it used to work for whole year, and today broke :/ |
Beta Was this translation helpful? Give feedback.
-
the problem was with conda cannels (intel) changes: some package versions changed and confused environment. sorry for bothering :] |
Beta Was this translation helpful? Give feedback.
the problem was with conda cannels (intel) changes: some package versions changed and confused environment.
sorry for bothering :]