I’m trying to run the omnisci db tests locally to check my PR (https://github.com/modin-project/modin/pull/2744), but can’t seem to install the omniscidbe4py package using Conda. I’m working off of a 2017 MacBook Pro running macOS Mojave (10.14.6). I tried creating a Conda environment using modin/requirements/env_omnisci.yml, found here, as well as installing it from the following channels:
- intel
- intel/label/modin
- intel/label/modintest
- intel/label/oneapibeta
When I try and install from the channels, I get a PackageNotFoundError, and when I try installing using the yml file, I get the following error:
Collecting package metadata (repodata.json): done
Solving environment: failed
ResolvePackageNotFound:
- ray-core[version=’>=1.0.0,<1.2.0’]
- omniscidbe4py
I was hoping to get some help installing the omnisci package so I could debug locally!