-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TensorFlow #43
Comments
Hi, thank you very much for your interest! |
Here's what I got when I used phage_lambda.fasta in the example folder. Thanks for helping! (base) node219-45 DeepSimulator >: deep_simulator.sh -i ./example/phage_lambda.fasta -c 1 -B 2 -D 1 -K 30 -M 0 Pre-process input genome... Failed to load the native TensorFlow runtime. See https://www.tensorflow.org/install/install_sources#common_installation_problems for some common reasons and solutions. Include the entire stack trace Found 0 fast5 files to process. 0% 10 20 30 40 50 60 70 80 90 100% Caller time: 100 ms, Samples called: 0, samples/s: 0 |
Hi,
Thanks for the great program. I installed it without error but got an error related to TenserFlow when I test it. Can you please help us?
Pre-process input genome...
DeprecationWarning: 'source deactivate' is deprecated. Use 'conda deactivate'.
Pre-process input genome done!
Executing the preprocessing step...
('The average length is: ', 8032.0172451638146)
DeprecationWarning: 'source deactivate' is deprecated. Use 'conda deactivate'.
Finished the preprocessing step!
Key parameters for simulation are shown below
event_std : 1.0
filter_freq : 950
signal_std : 1.0
Running the context-dependent pore model...
Traceback (most recent call last):
File "/home/t/tchak/DeepSimulator/pore_model/src/context_simulator.py", line 2, in
from con_reg_seq import *
File "/home/t/tchak/DeepSimulator/pore_model/src/con_reg_seq.py", line 3, in
import tensorflow as tf
File "/home/t/tchak/miniconda2/envs/tensorflow_cdpm/lib/python2.7/site-packages/tensorflow/init.py", line 24, in
from tensorflow.python import *
File "/home/t/tchak/miniconda2/envs/tensorflow_cdpm/lib/python2.7/site-packages/tensorflow/python/init.py", line 49, in
from tensorflow.python import pywrap_tensorflow
File "/home/t/tchak/miniconda2/envs/tensorflow_cdpm/lib/python2.7/site-packages/tensorflow/python/pywrap_tensorflow.py", line 52, in
raise ImportError(msg)
ImportError: Traceback (most recent call last):
File "/home/t/tchak/miniconda2/envs/tensorflow_cdpm/lib/python2.7/site-packages/tensorflow/python/pywrap_tensorflow.py", line 41, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "/home/t/tchak/miniconda2/envs/tensorflow_cdpm/lib/python2.7/site-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "/home/t/tchak/miniconda2/envs/tensorflow_cdpm/lib/python2.7/site-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
ImportError: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /home/t/tchak/miniconda2/envs/tensorflow_cdpm/lib/python2.7/site-packages/tensorflow/python/_pywrap_tensorflow_internal.so)
Failed to load the native TensorFlow runtime.
...
The text was updated successfully, but these errors were encountered: