Skip to content
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

Experiment launcher #1

Open
AasherH opened this issue Nov 16, 2023 · 12 comments
Open

Experiment launcher #1

AasherH opened this issue Nov 16, 2023 · 12 comments

Comments

@AasherH
Copy link

AasherH commented Nov 16, 2023

I get an error "deps/experiment_launcher does not appear to be a Python project: neither setup.py nor pyproject.toml found." Has anyone else gotten this error?

@changchencc
Copy link

Same here. The same error also happens to torch_robotics, motion_planning_baselines, and storm installing. I think this may caused by those empty folders under /deps. The author might forget to upload some files.

@jacarvalho
Copy link
Owner

Sorry that you experienced some issues with the installation.
There was an issue with pulling the submodules in deps, but it should be fixed now.
Please pull the latest repo and let me now if it worked.

@changchencc
Copy link

changchencc commented Nov 17, 2023

Hi @jacarvalho, Thanks for your quick response! I still have the same error. Seems something wrong with the git permission.

Cloning into '/common/home/cc1547/projects/dreamDiff/diffusers/mpd-public/deps/experiment_launcher'...
remote: Enumerating objects: 899, done.
remote: Counting objects: 100% (744/744), done.
remote: Compressing objects: 100% (335/335), done.
remote: Total 899 (delta 431), reused 697 (delta 404), pack-reused 155
Receiving objects: 100% (899/899), 114.06 KiB | 581.00 KiB/s, done.
Resolving deltas: 100% (502/502), done.
Cloning into '/common/home/cc1547/projects/dreamDiff/diffusers/mpd-public/deps/motion_planning_baselines'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:anindex/motion_planning_baselines.git' into submodule path '/common/home/cc1547/pro
jects/dreamDiff/diffusers/mpd-public/deps/motion_planning_baselines' failed
Failed to clone 'deps/motion_planning_baselines'. Retry scheduled
Cloning into '/common/home/cc1547/projects/dreamDiff/diffusers/mpd-public/deps/storm'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:jacarvalho/storm.git' into submodule path '/common/home/cc1547/projects/dreamDiff/d
iffusers/mpd-public/deps/storm' failed
Failed to clone 'deps/storm'. Retry scheduled
Cloning into '/common/home/cc1547/projects/dreamDiff/diffusers/mpd-public/deps/torch_robotics'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:anindex/torch_robotics.git' into submodule path '/common/home/cc1547/projects/dream
Diff/diffusers/mpd-public/deps/torch_robotics' failed
Failed to clone 'deps/torch_robotics'. Retry scheduled
Cloning into '/common/home/cc1547/projects/dreamDiff/diffusers/mpd-public/deps/motion_planning_baselines'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.

@AasherH
Copy link
Author

AasherH commented Nov 17, 2023

Hi @jacarvalho, Thanks for your quick response! I still have the same error. Seems something wrong with the git permission.

Cloning into '/common/home/cc1547/projects/dreamDiff/diffusers/mpd-public/deps/experiment_launcher'...
remote: Enumerating objects: 899, done.
remote: Counting objects: 100% (744/744), done.
remote: Compressing objects: 100% (335/335), done.
remote: Total 899 (delta 431), reused 697 (delta 404), pack-reused 155
Receiving objects: 100% (899/899), 114.06 KiB | 581.00 KiB/s, done.
Resolving deltas: 100% (502/502), done.
Cloning into '/common/home/cc1547/projects/dreamDiff/diffusers/mpd-public/deps/motion_planning_baselines'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:anindex/motion_planning_baselines.git' into submodule path '/common/home/cc1547/pro
jects/dreamDiff/diffusers/mpd-public/deps/motion_planning_baselines' failed
Failed to clone 'deps/motion_planning_baselines'. Retry scheduled
Cloning into '/common/home/cc1547/projects/dreamDiff/diffusers/mpd-public/deps/storm'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:jacarvalho/storm.git' into submodule path '/common/home/cc1547/projects/dreamDiff/d
iffusers/mpd-public/deps/storm' failed
Failed to clone 'deps/storm'. Retry scheduled
Cloning into '/common/home/cc1547/projects/dreamDiff/diffusers/mpd-public/deps/torch_robotics'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:anindex/torch_robotics.git' into submodule path '/common/home/cc1547/projects/dream
Diff/diffusers/mpd-public/deps/torch_robotics' failed
Failed to clone 'deps/torch_robotics'. Retry scheduled
Cloning into '/common/home/cc1547/projects/dreamDiff/diffusers/mpd-public/deps/motion_planning_baselines'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.

it looks like you don't have a ssh key set up with you GitHub account. This reference should help https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent

@AasherH
Copy link
Author

AasherH commented Nov 17, 2023

After installing the new repo, my environment is unable to locate all repos in the /deps folder. Does anyone have a clean way to specify the correct path such that I have access to these? I have been trying to set paths manually but began running into other errors

@changchencc
Copy link

Hi @jacarvalho, Thanks for your quick response! I still have the same error. Seems something wrong with the git permission.

Cloning into '/common/home/cc1547/projects/dreamDiff/diffusers/mpd-public/deps/experiment_launcher'...
remote: Enumerating objects: 899, done.
remote: Counting objects: 100% (744/744), done.
remote: Compressing objects: 100% (335/335), done.
remote: Total 899 (delta 431), reused 697 (delta 404), pack-reused 155
Receiving objects: 100% (899/899), 114.06 KiB | 581.00 KiB/s, done.
Resolving deltas: 100% (502/502), done.
Cloning into '/common/home/cc1547/projects/dreamDiff/diffusers/mpd-public/deps/motion_planning_baselines'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:anindex/motion_planning_baselines.git' into submodule path '/common/home/cc1547/pro
jects/dreamDiff/diffusers/mpd-public/deps/motion_planning_baselines' failed
Failed to clone 'deps/motion_planning_baselines'. Retry scheduled
Cloning into '/common/home/cc1547/projects/dreamDiff/diffusers/mpd-public/deps/storm'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:jacarvalho/storm.git' into submodule path '/common/home/cc1547/projects/dreamDiff/d
iffusers/mpd-public/deps/storm' failed
Failed to clone 'deps/storm'. Retry scheduled
Cloning into '/common/home/cc1547/projects/dreamDiff/diffusers/mpd-public/deps/torch_robotics'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:anindex/torch_robotics.git' into submodule path '/common/home/cc1547/projects/dream
Diff/diffusers/mpd-public/deps/torch_robotics' failed
Failed to clone 'deps/torch_robotics'. Retry scheduled
Cloning into '/common/home/cc1547/projects/dreamDiff/diffusers/mpd-public/deps/motion_planning_baselines'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.

it looks like you don't have a ssh key set up with you GitHub account. This reference should help https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent

oh, thank you! I will try that later. I manually cloned those repos in the folders. It seems to work.

@jacarvalho
Copy link
Owner

@AasherH @changchencc I've updated the installation instructions and tested them in a fresh virtual machine. Let me know if you still have issued with the installation.

@liuhuidong-nxu
Copy link

Can't find the experiment_launcher file?

@hhhdbbs
Copy link

hhhdbbs commented Dec 12, 2024

Can't find the experiment_launcher file?

I'm having the same problem, is there a solution?

@Houzezhen
Copy link

Can't find the experiment_launcher file?

I'm having the same problem, is there a solution?

I encountered the same problem, have you solved it yet

@hhhdbbs
Copy link

hhhdbbs commented Dec 13, 2024

Can't find the experiment_launcher file?

I'm having the same problem, is there a solution?

I encountered the same problem, have you solved it yet

https://github.com/yoraish/mmd/tree/7b28cb2f04b1c66a774217a52b5affa752d42a8c/deps/experiment_launcher

@hhhdbbs
Copy link

hhhdbbs commented Dec 13, 2024

i found this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants