-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Pkg.add() fails #5612
Comments
I'm seeing this as well: also |
Sorry, could someone please revert On Thursday, January 30, 2014, Simon Byrne notifications@github.com wrote:
|
Reverted in d869093 |
Was just about to push a fix :/ |
:P Feel free to revert my reversion, and then put your fix on top of that. |
Still one more issue needs fixing for unix. |
(working on it) |
Closed by 9028e46 |
I tried adding a package after a fresh install and deleting $HOME/.julia and got the following error on both OS X and linux.
Looks like
realpath
doesn't like it when it's argument does not exist.I tried replacing pkg/cache.jl line 9 with
and pkg/cache.jl line 16 with
That seemed to solve the
realpath
issue (for me at least), but still no luck:Now it seems the issue is
Cache.path
, defined in dir.jl, is returning $HOME/v0.3/StatsBase instead of the git URL. Not sure what to do here.By the way, the StatsBase directory exists and is not empty but looks like partial contents of a typical .git directory:
The text was updated successfully, but these errors were encountered: