You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried installing sam2lca on two servers with conda and with pip but it seems that an error while trying to install the python-rocksdb package is failing the installations.
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/sw/comp/python/3.10.8/rackham/include/python3.10 -c rocksdb/_rocksdb.cpp -o build/temp.linux-x86_64-cpython-310/rocksdb/_rocksdb.o -std=c++11 -O3 -Wall -Wextra -Wconversion -fno-strict-aliasing -fno-rtti
rocksdb/_rocksdb.cpp:770:27: fatal error: rocksdb/slice.h: No such file or directory
#include "rocksdb/slice.h"
^
compilation terminated.
error: command '/usr/bin/gcc' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure
× Encountered error while trying to install package.
╰─> python-rocksdb
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
The text was updated successfully, but these errors were encountered:
Hey @maxibor
Sorry for the late answer. When I try the command you provide, it gives me this:
Looking for: ['sam2lca']
warning libmamba Cache file "/home/pochonz/miniconda3/pkgs/cache/ffeee55f.json" was modified by another program
warning libmamba Cache file "/home/pochonz/miniconda3/pkgs/cache/2a957770.json" was modified by another program
warning libmamba Cache file "/home/pochonz/miniconda3/pkgs/cache/47929eba.json" was modified by another program
warning libmamba Cache file "/home/pochonz/miniconda3/pkgs/cache/3e39a7aa.json" was modified by another program
warning libmamba Cache file "/home/pochonz/miniconda3/pkgs/cache/2ce54b42.json" was modified by another program
warning libmamba Cache file "/home/pochonz/miniconda3/pkgs/cache/4ea078d6.json" was modified by another program
pkgs/main/noarch 859.8kB @ 2.8MB/s 0.3s
pkgs/r/linux-64 1.9MB @ 3.0MB/s 0.7s
pkgs/r/noarch 2.3MB @ 2.5MB/s 0.7s
bioconda/linux-64 5.3MB @ 4.0MB/s 1.5s
bioconda/noarch 5.1MB @ 3.4MB/s 1.6s
pkgs/main/linux-64 6.6MB @ 4.1MB/s 1.8s
Could not solve for environment specs
The following package could not be installed
└─ sam2lca is uninstallable because it requires
└─ python-rocksdb , which does not exist (perhaps a missing channel).
I've tried installing sam2lca on two servers with conda and with pip but it seems that an error while trying to install the python-rocksdb package is failing the installations.
note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure
× Encountered error while trying to install package.
╰─> python-rocksdb
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
The text was updated successfully, but these errors were encountered: