Closed shubhada-kulkarni closed 1 year ago
Hi @shubhada-kulkarni ,
Just to make sure, how did you install circtools using pip? From pypi or directly from the git repository?
I added a fix in the master branch of this repository, please pull the latest changes and retry the installation.
Best,
Tobias
Hello @tjakobi,
I first installed using pypi, which is when I got this error. Later I tried with git and I got the same error again.
Now I tried after pulling the latest changes, I still have the same errors. The circtools installation went okay, but installing R packages is giving errors related to dependencies. Please see both output for both commands (python setup.py install and circtools_install_R_dependencies) in attach.
Regards, Shubhada output_circtools2_installation_git_300723.txt output_circtools2_installation_R_300723.txt
Thank you for the report @shubhada-kulkarni. It seems Microsoft retired their CRAN mirror that the script was using, which made the installation fail. I removed the hard-coded references to the mirrors and we now only use the default mirrors.
Please pull the repository and re-try the installation.
Unfortunately, that did not work either. Is there anything else that I should check from my side that might be causing this problem?
Please find the command output in attach. output_circtools2_installation_R_020823.txt
You are still using the old code, not the fixed version. Did you perform a git pull
of this repository before attempting installation?
I did git clone
before trying the installation.
But now just to make sure, I removed all previous installations and retried using pip install git+https://github.com/jakobilab/circtools.git --user
and it worked. Please find the command report attached.
Thanks!
output_circtools2_installation_030823.txt
git commit
commits your changes to the branch/repository. You need to use git pull
to retrieve the remote changes.
Closing this issues since it has been solved.
My apologies, I wanted to say git clone
and not git commit
.
Hi @shubhada-kulkarni,
with git clone
you are creating an entire new copy of a remote repository, which is not what you usually want, specifically if there might be local changes that you will otherwise overwrite. git pull
will retrieve changes into an already cloned repository.
For the general git
workflow see the extensive introduction of GitHub: https://docs.github.com/en/get-started/using-git/about-git
Dear Tobias,
I am trying to install the latest circtools installation and I managed to do it using pip install. However, when I try to install the R packages using
circtools_install_R_dependencies
script, I get error related to installation of primex package. The error message is attached below. I am using R version 4.2.1.