Closed pxlogpx closed 3 years ago
Just saw the documentation that it works until python 3.6 :)
it works fine in 3.7, the issue is pandas, you need to downgrade pandas
For your information, I just had this issue and have tested with different pandas version. pandas
version from 1.0 to 1.1 has worked.
Arctic Version
Arctic Store
Platform and version
Anaconda3-2020.11 Python : 3.7.9 and 3.8.5 numpy: 1.19.2 pandas: 1.2.0
Description of problem and/or code sample that reproduces the issue
Put Here
Steps : Installed Anaconda3-2020.11 Created a new environment with python 3.8.5 installed artic using : conda install -c conda-forge arctic open a terminal on the new enviroment
Tried the same process with a python 3.7 env and installing arctic via : pip install git+https://github.com/manahl/arctic.git, same error in all situations. Update Installing using a python 3.6.12 environment works in Anaconda