ERROR: Could not find a version that satisfies the requirement scipy==1.14.0 (from rna-majiq) (from versions: 0.8.0, 0.9.0, 0.10.0, 0.10.1, 0.11.0, 0.12.0, 0.12.1, 0.13.0, 0.13.1, 0.13.2, 0.13.3, 0.14.0, 0.14.1, 0.15.0, 0.15.1, 0.16.0, 0.16.1, 0.17.0, 0.17.1, 0.18.0, 0.18.1, 0.19.0, 0.19.1, 1.0.0, 1.0.1, 1.1.0, 1.2.0, 1.2.1, 1.2.2, 1.2.3, 1.3.0, 1.3.1, 1.3.2, 1.3.3, 1.4.0, 1.4.1, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 1.5.4, 1.6.0, 1.6.1, 1.6.2, 1.6.3, 1.7.0, 1.7.1, 1.7.2, 1.7.3, 1.8.0rc1, 1.8.0rc2, 1.8.0rc3, 1.8.0rc4, 1.8.0, 1.8.1, 1.9.0rc1, 1.9.0rc2, 1.9.0rc3, 1.9.0, 1.9.1, 1.9.2, 1.9.3, 1.10.0rc1, 1.10.0rc2, 1.10.0, 1.10.1, 1.11.0rc1, 1.11.0rc2, 1.11.0, 1.11.1, 1.11.2, 1.11.3, 1.11.4, 1.12.0rc1, 1.12.0rc2, 1.12.0, 1.13.0rc1, 1.13.0, 1.13.1)
ERROR: No matching distribution found for scipy==1.14.0
how to resolve this?
Thank you.
WARNING: The script waitress-serve is installed in '/home/cheong/.local/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
majiq --license /scratch/project/genetic_data_analysis/cheong/majiq/majiq_license_academic_official.lic build /scratch/project/genetic_data_analysis/cheong/geneannotations/gencode.v45.primary_assembly.annotation.gff3 --conf /scratch/project/genetic_data_analysis/cheong/majiq/config.txt --output /scratch/project/genetic_data_analysis/cheong/majiq/output
then i got the error:
Traceback (most recent call last):
File "/scratch/project_mnt/S0007/cheong/majiq/majiq/lib/python3.10/site-packages/rna_majiq/src/config.py", line 76, in __init__
sam_dirlist = general["bamdirs"].split(",")
KeyError: 'bamdirs'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/scratch/project_mnt/S0007/cheong/majiq/majiq/bin/majiq", line 8, in <module>
sys.exit(main())
File "/scratch/project_mnt/S0007/cheong/majiq/majiq/lib/python3.10/site-packages/rna_majiq/run_majiq.py", line 641, in main
args.func(args)
File "rna_majiq/src/build.pyx", line 649, in rna_majiq.src.build.build
File "/scratch/project_mnt/S0007/cheong/majiq/majiq/lib/python3.10/site-packages/rna_majiq/src/basic_pipeline.py", line 13, in pipeline_run
return pipeline.run()
File "rna_majiq/src/build.pyx", line 656, in rna_majiq.src.build.Builder.run
File "/scratch/project_mnt/S0007/cheong/majiq/majiq/lib/python3.10/site-packages/rna_majiq/src/config.py", line 35, in __new__
Config.instance = Config.__Config(*argv)
File "/scratch/project_mnt/S0007/cheong/majiq/majiq/lib/python3.10/site-packages/rna_majiq/src/config.py", line 79, in __init__
raise UserWarning(
UserWarning: samdir is a deprecated value, please use bamdirs instead
Serving on http://localhost:44979
i put the url in google and got the error message:
This site cant be reached.
localhost refused to connect.
i went through some of the posts in the forum and changed localhost to 0.0.0.0, i still wouldnt work, same error messages.