-
Notifications
You must be signed in to change notification settings - Fork 451
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[DOC] Add instructions to use the new omniscidb-cpu conda package #334
Labels
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 |
andrewseidl
added a commit
to andrewseidl/mapd-core-cpu-feedstock
that referenced
this issue
May 6, 2019
Resolves missing library issue mentioned at heavyai/heavydb#334 (comment)
andrewseidl
added a commit
to andrewseidl/mapd-core-cpu-feedstock
that referenced
this issue
May 6, 2019
Resolves missing library issue mentioned at heavyai/heavydb#334 (comment)
5 tasks
# for free
to join this conversation on GitHub.
Already have an account?
# to 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-cpu
inside 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
omnisql
should work in conda environment!The text was updated successfully, but these errors were encountered: