Skip to content
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

Issue to install decorator #19

Closed
liuqianhn opened this issue Apr 29, 2020 · 6 comments
Closed

Issue to install decorator #19

liuqianhn opened this issue Apr 29, 2020 · 6 comments

Comments

@liuqianhn
Copy link

As asked by Prof. Wang, I tested the installation with my anaconda
in Chop HPC, and it failed to install decorator. The error is given below

2020-04-29 11:43:04,489 - conda.core.link - ERROR - An error occurred while installing package 'conda-forge::decorator-4.4.1-py_0'.
OSError(2, 'No such file or directory')
Attempting to roll back.

This might be related to my old version of anaconda (4.4.8), since I can successfully install it in biocluster (conda version 4.6.3).

This might be helpful for those users with older anaconda.

@jimhavrilla
Copy link
Contributor

conda can self-update, not sure how this is an issue. one can simply run
conda update conda.

@jimhavrilla
Copy link
Contributor

jimhavrilla commented Apr 29, 2020

my personal feeling is, if using anaconda, it is up to the user to keep it up-to-date. we can also attach the docker image that @MenggeZhao created for the site to the releases (or push to hub.docker.com) so users can use it. i guess we can't use docker on CHOP HPC, but most users would benefit from a docker image.

@MenggeZhao
Copy link
Contributor

@liuqianhn my conda version is 4.8.2. I didn't know the newer packages could not be downloaded in older conda version. I will update the README.md to notice other users.

@liuqianhn
Copy link
Author

@MenggeZhao It is great to let users to know this in case they have similar issues. Updating conda can solve the issue but have a lot of conflict issues of other packages after the update.

@jimhavrilla
Copy link
Contributor

jimhavrilla commented Apr 29, 2020 via email

@jimhavrilla
Copy link
Contributor

Additionally, the README.md has a line "If you do not wish to use Anaconda, simply install the packages in the file environment.yml using pip." in the README.md. This will also work with pip. I have added a note to update to the very most recent version of conda, and am closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants