man-group / arctic

High performance datastore for time series and tick data
https://arctic.readthedocs.io/en/latest/
GNU Lesser General Public License v2.1
3.06k stars 583 forks source link

constantly having this issue on a new node #718

Closed rick-sanchez-c137 closed 5 years ago

rick-sanchez-c137 commented 5 years ago

Arctic Version

# Arctic version here

Arctic Store

# VersionStore, TickStore, or ChunkStore

Platform and version

Debian 9

Description of problem and/or code sample that reproduces the issue

It's a clean environment, and doesn't have any issue using pandas.

Python 3.7.2 (default, Dec 29 2018, 06:19:36) [GCC 7.3.0] :: Anaconda, Inc. on linux Type "help", "copyright", "credits" or "license" for more information.

import arctic Traceback (most recent call last): File "", line 1, in File "/home/mortysmith_89/miniconda3/envs/p3/lib/python3.7/site-packages/arctic/init.py", line 3, in from .arctic import Arctic, register_library_type File "/home/mortysmith_89/miniconda3/envs/p3/lib/python3.7/site-packages/arctic/arctic.py", line 14, in from .tickstore import tickstore, toplevel File "/home/mortysmith_89/miniconda3/envs/p3/lib/python3.7/site-packages/arctic/tickstore/tickstore.py", line 9, in from pandas.core.frame import _arrays_to_mgr ImportError: cannot import name '_arrays_to_mgr' from 'pandas.core.frame' (/home/mortysmith_89/miniconda3/envs/p3/lib/python3.7/site-packages/pandas/core/frame.py)

evanatyourservice commented 5 years ago

There is a fix in another issue but I hope this is pushed out asap.

bmoscon commented 5 years ago

this has already been fixed on master, but not released to pypi. Use the latest from master or downgrade pandas