-
Notifications
You must be signed in to change notification settings - Fork 11
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
creating new sibling ria+ssh : [ERROR ] 'SSHRemoteIO' object has no attribute 'url2transport_path' #754
Comments
Hi, thanks for the issue! Could you let me know which version of datalad-next is installed (e.g. with |
Hi
|
so I try
checking
👍 |
Actually, it should be. Quite the opposite, it should improve RIA functionality - so what you are seeing is certainly a bug. |
@christian-monch do you maybe have an immediate intuition what is going on here (given that you wrote #669)? It looks like |
Ah ok, I was testing from a Mac arm64 with python=Python 3.10.6 |
Hi @kevinCassou thanks for the report. I tried to reproduce the error locally but did not yet succeed. The commands you provided worked for me. Would it be possible for you to set the environment variable Something like: > export DATALAD_LOG_LEVEL=debug
> datalad create-sibling-ria -s silverTemp --new-store-ok ria+ssh://user@server/silver/data_store/ |
Hi,
then creating a dataset for test :
.. adding some files
then
and I got
|
Thanks @kevinCassou for the info. It seems like the problem is that the "Building doc"-steps are executed too early, i.e. before I will have to go through the starting process. It would be helpful if you could provide a Traceback of the error by executing Another useful source of information would be the output of |
Here the result of
and
|
then I did
terminal scratch. I guess it's because siblings is already set ... ? |
Yes, it would be good to call |
Thanks for the info. A quick first question: I am wondering why |
ok, I did
but then
terminal scratch again. On the remote storage, the directory Hoping it helps |
Thanks for all the info @kevinCassou. I found it, and I should have seen the problem earlier. Please set the git config variable
That should fix it. |
Yes I confirm ! I'm still a newbie in Thanks for help 🙏🏼 |
you are very welcome. |
Description
Dear dataladers,
We are trying to set an RIA to test a new sibling on a remote SSH server any idea about the following error ? We cannot install
datalad
or anything that require admin grant on the remote server :Many thanks for help.
The text was updated successfully, but these errors were encountered: