-
Notifications
You must be signed in to change notification settings - Fork 758
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
Failed to install 'unknown package' from Bitbucket #2118
Comments
You may want to install the devel version of the remotes package, there have been some community fixes in regards to bitbucket that may solve this issue. devtools::install_dev("remotes") |
No change. Still get the same error. |
I am also having the same issue |
Why is this an issue still. Just updated one of my old servers with devtools and suddenly I get this error message again. Now what. Can’t install my private packages again. This is quite irritating |
same problem here :( |
Same problem (Ubuntu 20.04, R version 4.0.2 (2020-06-22), devtools_2.3.0). |
Same in R 3.6.3 with package devtools 2.3.0, I also tried R 4.0.2 before, which only caused more problems. |
Same here, building a docker image which installs a private package from bitbucket fails although it used to work. Very irritating indeed. Could it be some system dependencies were updated and create issue with devtools? |
same here |
Same problem |
I don't remeber what is the specific problem when I come here for help then, but I did solve it. |
Same issue guys and can't find a solution anywhere!! Please....somebody!!! |
I am also currently blocked by this issue. |
@jimhester this is still an open issue on R4.1.3 I'm trying to install a package on a public Bitbucket repo. This gives the following error
However, when I paste the URL address to Chrome, I can see the DESCRIPTION file content |
Line 46 in 6e30ec2
Also comments on old issues are often not seen. |
I installed a package from a private repo using
I thought this meant username:password, but that did not work for me. What worked for me was to set my username and (app) password separately:
Another stumble was that to look up my username I had to view my Personal Settings and look for it under Bitbucket Profile Settings, not Account Settings. |
@jonkatz2 Please move this issue to r-lib/remotes#703 |
Hey guys, what worked for me was going into Bitbucket and setting an App password. Use the App password as the password argument for install_bitbucket. Works for any Sourcetree issues as well |
Hi: |
HI
Im on a windows devtools version 2.2.0 and im having trouble installing from private bitbucket repo. I get current error message:
devtools::install_bitbucket("dummy/url", auth_user="user", password="password")
Failed
to install 'unknown package' from Bitbucket:cannot open URL cannot open URL
'https://api.bitbucket.org/2.0/repositories/dummy/url/src/master/DESCRIPTION'
Its working on my ubuntu machine
Anyone having the same issue?
The text was updated successfully, but these errors were encountered: