heavyai/pymapd

pip install deps error

ytitov opened this issue · 1 comments

I tried installing pymapd using pip and getting the following error:

ERROR: Could not find a version that satisfies the requirement pyarrow==0.15.0 (from pymapd) (from versions: 0.9.0, 0.10.0, 0.11.0, 0.11.1, 0.12.0, 0.12.1, 0.13.0, 0.14.0, 0.15.1, 0.16.0, 0.17.0, 0.17.1, 1.0.0)
ERROR: No matching distribution found for pyarrow==0.15.0 (from pymapd)

pip --version output:

pip 20.2.2 from c:\users\ytitov\appdata\local\programs\python\python38\lib\site-packages\pip (python 3.8)

What should I do in order to rectify the error?

After sifting through the issues I downgraded to python 3.7.9 which fixed the issue for me.