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
delete_intermediate_files D:\LZW\Guomics\DIA-BERT\Benchmark\NC_review\lzw\Yeast_lib_build_FragPipe\Lib\filelist_speclibgen.txt
Traceback (most recent call last):
File "D:\LZW\Packages\FragPipe-22.0\fragpipe\tools\speclib\gen_con_spec_lib.py", line 19, in
import scipy.interpolate
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python39\lib\site-packages\scipy\interpolate_init_.py", line 167, in
from ._interpolate import *
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python39\lib\site-packages\scipy\interpolate_interpolate.py", line 14, in
from . import _fitpack_py
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python39\lib\site-packages\scipy\interpolate_fitpack_py.py", line 8, in
from ._fitpack_impl import bisplrep, bisplev, dblint # noqa: F401
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python39\lib\site-packages\scipy\interpolate_fitpack_impl.py", line 103, in
'iwrk': array([], dfitpack_int), 'u': array([], float),
TypeError
Process 'SpecLibGen' finished, exit code: 1
Process returned non-zero exit code, stopping
Cancelling 1 remaining tasks
The text was updated successfully, but these errors were encountered:
@lzw150 you are using numpy 2. You can uninstall it then install numpy 1 with the following in Python.
Execute in a command prompt: C:\Users\Administrator\AppData\Local\Programs\Python\Python39\python
then in the Python prompt do:
delete_intermediate_files D:\LZW\Guomics\DIA-BERT\Benchmark\NC_review\lzw\Yeast_lib_build_FragPipe\Lib\filelist_speclibgen.txt
Traceback (most recent call last):
File "D:\LZW\Packages\FragPipe-22.0\fragpipe\tools\speclib\gen_con_spec_lib.py", line 19, in
import scipy.interpolate
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python39\lib\site-packages\scipy\interpolate_init_.py", line 167, in
from ._interpolate import *
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python39\lib\site-packages\scipy\interpolate_interpolate.py", line 14, in
from . import _fitpack_py
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python39\lib\site-packages\scipy\interpolate_fitpack_py.py", line 8, in
from ._fitpack_impl import bisplrep, bisplev, dblint # noqa: F401
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python39\lib\site-packages\scipy\interpolate_fitpack_impl.py", line 103, in
'iwrk': array([], dfitpack_int), 'u': array([], float),
TypeError
Process 'SpecLibGen' finished, exit code: 1
Process returned non-zero exit code, stopping
The text was updated successfully, but these errors were encountered: