-
Notifications
You must be signed in to change notification settings - Fork 194
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
conda-forge based robotology-superbuild Installation facing erorr in cloning YARP #3062
Comments
Hello @16239014 , can you please report:
|
hi @traversaro , sorry i forgot to mention that im using conda intead of mamba.
conda list (robsub) sohail@sohail-82TS:~$ conda list packages in environment at /home/sohail/Downloads/enter/envs/robsub:Name Version Build Channel_libgcc_mutex 0.1 conda_forge conda-forge conda info (robsub) sohail@sohail-82TS:~$ conda info
populated config files : /home/sohail/.condarc
|
My bad, there was a typo in my message. What happens if you run |
Can you try on a clean directory? |
in clean directory it cloned, but when happen when i did it earlier? |
That is the error that you get if you do not install also the packages listed in https://github.com/robotology/robotology-superbuild/blob/master/doc/conda-forge.md#source-installation, in particular the following packages:
|
Right now when i try to install packages im getting this type of error because installing all packages again. I change anaconda version now 3.9 |
Which type of error? I do not see any error in your issue. In general, please try to report error as text and not as screenshot, thanks! |
i am doing conda-forge based robotology-superbuild Installation facing error in cloning YARP.
The steps i'm following here are:
https://github.com/robotology/robotology-superbuild/blob/9761ab99b7cb1f0600d9434e032ff76da4ae7b79/doc/conda-forge.md#source-installation
The error is:
Cloning into 'YARP'...
error: 6829 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
Cloning into 'YARP'...
error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)
error: 1628 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
Cloning into 'YARP'...
error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)
error: 5357 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
-- Had to git clone more than once:
3 times.
CMake Error at /home/sohail/robotology-superbuild/build/src/YARP/CMakeFiles/YCMTmp/YARP-gitclone.cmake:107 (message):
Failed to clone repository: 'https://github.com/robotology/yarp.git'
gmake[2]: *** [CMakeFiles/YARP.dir/build.make:102: src/YARP/CMakeFiles/YCMStamp/YARP-download] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:947: CMakeFiles/YARP.dir/all] Error 2
gmake: *** [Makefile:101: all] Error 2
The text was updated successfully, but these errors were encountered: