-
Notifications
You must be signed in to change notification settings - Fork 28
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
pairwise is not working even on --test #40
Comments
I am not the owner of intervene, but it works with python 2.7. Just make a new conda environment and reinstall. It should run |
DId you fix it? I meet some problem when used the intervene pairwise --htype tribar |
Hi @unique379 @zhypan. It is fixed now. Please try to install it from the source. |
Just to be sure: this is not fixed in the latest release (0.6.4)? Asking because I just fixed the conda package (by requiring pandas <1.0) .. see bioconda/bioconda-recipes#25235 |
sorry, this was not pushed to pypi. Please try now with v0.6.5. |
Thanks a lot, this means that I can remove the restriction pandas<1 from the conda recipe, right? |
- remove/invert restriction on pandas which was fixed in 0.6.5 asntech/intervene#40 (comment) - running the tool outputs deprection warnings for matplotlib >= 3.4 .. so I added a version restriction
Merge PR #25392, commits were: * remove create test data (as workaround) for ``` Traceback (most recent call last): File "/home/circleci/project/miniconda/bin/bioconda-utils", line 8, in <module> sys.exit(main()) File "/home/circleci/project/miniconda/lib/python3.7/site-packages/bioconda_utils/cli.py", line 971, in main bioconductor_skeleton, clean_cran_skeleton, autobump, bot File "/home/circleci/project/miniconda/lib/python3.7/site-packages/argh/dispatching.py", line 328, in dispatch_commands dispatch(parser, *args, **kwargs) File "/home/circleci/project/miniconda/lib/python3.7/site-packages/argh/dispatching.py", line 174, in dispatch for line in lines: File "/home/circleci/project/miniconda/lib/python3.7/site-packages/argh/dispatching.py", line 277, in _execute_command for line in result: File "/home/circleci/project/miniconda/lib/python3.7/site-packages/argh/dispatching.py", line 260, in _call result = function(*positional, **keywords) File "<boltons.funcutils.FunctionBuilder-5>", line 2, in build File "/home/circleci/project/miniconda/lib/python3.7/site-packages/bioconda_utils/cli.py", line 130, in wrapper func(*args, **kwargs) File "<boltons.funcutils.FunctionBuilder-4>", line 2, in build File "/home/circleci/project/miniconda/lib/python3.7/site-packages/bioconda_utils/cli.py", line 59, in wrapper func(*args, **kwargs) File "/home/circleci/project/miniconda/lib/python3.7/site-packages/bioconda_utils/cli.py", line 476, in build keep_old_work=keep_old_work) File "/home/circleci/project/miniconda/lib/python3.7/site-packages/bioconda_utils/build.py", line 343, in build_recipes linter=linter) File "/home/circleci/project/miniconda/lib/python3.7/site-packages/bioconda_utils/build.py", line 149, in build pkg_test.test_package(pkg_path, base_image=base_image) File "/home/circleci/project/miniconda/lib/python3.7/site-packages/bioconda_utils/pkg_test.py", line 170, in test_package p = utils.run(cmd, env=env, cwd=d, mask=False) File "/home/circleci/project/miniconda/lib/python3.7/tempfile.py", line 805, in __exit__ self.cleanup() File "/home/circleci/project/miniconda/lib/python3.7/tempfile.py", line 809, in cleanup _shutil.rmtree(self.name) File "/home/circleci/project/miniconda/lib/python3.7/shutil.py", line 485, in rmtree _rmtree_safe_fd(fd, path, onerror) File "/home/circleci/project/miniconda/lib/python3.7/shutil.py", line 423, in _rmtree_safe_fd _rmtree_safe_fd(dirfd, fullname, onerror) File "/home/circleci/project/miniconda/lib/python3.7/shutil.py", line 443, in _rmtree_safe_fd onerror(os.unlink, fullname, sys.exc_info()) File "/home/circleci/project/miniconda/lib/python3.7/shutil.py", line 441, in _rmtree_safe_fd os.unlink(entry.name, dir_fd=topfd) PermissionError: [Errno 13] Permission denied: 'Intervene_pairwise_frac_matrix.txt' ``` * add proper tests to intervene - remove/invert restriction on pandas which was fixed in 0.6.5 asntech/intervene#40 (comment) - running the tool outputs deprection warnings for matplotlib >= 3.4 .. so I added a version restriction
Thanks @bernt-matthias !! |
Hi, I am having trouble with getting pairwise to run with --test as well. I created a conda env using
|
@allenyen can you check the pandas version installed? And please try to update pandas with v1.2.x |
I couldn't get pandas >1.1.5 with python3.6, so I created an entirely new environment with python 3.9 and pandas 1.4.3 and it works now. Thanks! |
Hi
install latest version of intervene using git but its not working for pairwise. and by the way, using conda, its installing 0.5.8 which is not latest and does not work either for pairwise.
The text was updated successfully, but these errors were encountered: