Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[DOC] Add instructions to use the new omniscidb-cpu conda package #334
Comments
|
maybe we could add these files inside the package. |
|
@randyzwitch ^^^ |
|
I'll add this to the README next week after I validate how it works. Will probably make a blog post out of it |
|
@xmnlab The instructions as written throw an error: (omnisci) root@a4505081f571:~# vim env-omnisci.sh
(omnisci) root@a4505081f571:~# vim install-omnisci.sh
(omnisci) root@a4505081f571:~# source env-omnisci.sh
(omnisci) root@a4505081f571:~# ./install-omnisci.sh
bash: ./install-omnisci.sh: Permission denied
(omnisci) root@a4505081f571:~# bash ./install-omnisci.sh
/root/miniconda3/envs/omnisci/bin/mapd_initdb: error while loading shared libraries: libdouble-conversion.so.3: cannot open shared object file: No such file or directory |
Resolves missing library issue mentioned at omnisci/omniscidb#334 (comment)
Resolves missing library issue mentioned at omnisci/omniscidb#334 (comment)


Hey everyone!
mapd-core-cpu is already available on conda-forge (https://anaconda.org/conda-forge/omniscidb-cpu)
now we should add some instructions on the documentation.
at this moment it is available for linux and osx.
some additional information about the configuration:
omniscidb-cpuinside a conda environment (also it is a good practice), eg:env-omnisci.sh
install-omnisci.sh
to configure the installation:
and to run the omnisci_server, type:
now
omnisqlshould work in conda environment!