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
Thanks for noticing! I got two issues when using saw count from saw-8.1.2:
My saw count process failed twice because of errors:
First time:
cannot import name '_kind_name' from 'numpy.core._dtype'
Second time:
'numpy.lib.arraysetops' has no attribute '__all__'
I tried to check these two .py files: /saw-8.1.2/anaconda/lib/python3.8/site-packages/numpy/core/_dtype.py and /saw-8.1.2/anaconda/lib/python3.8/site-packages/numpy/lib/arraysetops.py, which are totally empty.
After manually replace them with proper non-empty numpy file, those errors didn't appear then.
Building DAG of jobs...
Using shell: /usr/bin/bash
Provided cores: 16
Rules claiming more threads will be scaled down.
Select jobs to execute...
application-specific initialization failed: Can't find a usable init.tcl in the following directories:
/home/zhanhaojia/miniconda3/envs/saw-8.1.0a5_clone/lib/tcl8.6 /usr/lib/tcl8.6 /lib/tcl8.6 /usr/library /library /tcl8.6.13/library /tcl8.6.13/library
This probably means that Tcl wasn't installed properly.
Where does Tcl applied in saw count? Is there any impact on analysis with that initialization failure?
Thanks again for your help and great tools! :)
The text was updated successfully, but these errors were encountered:
@Clouate Thanks for reply! Yes I do checked md5 value of my downloaded tar.gz package, which is 9a895f3364d4e0cd5faaaaa909e4d3eb, same as the one provided in offical instruction. It seems that there's nothing wrong in my downloading and I didn't accept error in decompression. Could there be any other problem leading to this issue?
Besides, could you tell me something about my second question?
@Rong-ao Hi, could you upload the complete log file? We have tested it and it does not affect the process operation. In addition, we recommend that you could re-decompress saw-8.1.2.tar.gz.
Hi SAW team!
Thanks for noticing! I got two issues when using
saw count
from saw-8.1.2:saw count
process failed twice because of errors:First time:
Second time:
I tried to check these two
.py
files:/saw-8.1.2/anaconda/lib/python3.8/site-packages/numpy/core/_dtype.py
and/saw-8.1.2/anaconda/lib/python3.8/site-packages/numpy/lib/arraysetops.py
, which are totally empty.After manually replace them with proper non-empty numpy file, those errors didn't appear then.
Does it mean that there is anything wrong in my SAW installation? I just followed installation instruction from https://www.stomics.tech/service/new-saw-operation-manual.html and directly unzip downloaded saw-8.1.2.tar.gz.
saw count
, it reported:Where does Tcl applied in
saw count
? Is there any impact on analysis with that initialization failure?Thanks again for your help and great tools! :)
The text was updated successfully, but these errors were encountered: