[SOLVED] Dev env

lperdereau

New Member
Dec 31, 2024
2
0
1
Hey :wave:,

I want to contribute a bit on this project, at least run it on my laptop.
Is there a way to setup the proxmox rust ecosystem ?

I made
Code:
git clone --remote-submodule git://git.proxmox.com/git/proxmox-datacenter-manager.git
git clone git://git.proxmox.com/git/proxmox.git

cd proxmox-datacenter-manager

# Uncomment Cargot.toml [patch.crates-io]


I style have this issue
Code:
$ cargo update
error: failed to get `anyhow` as a dependency of package `server v0.1.10 (~/proxmox-datacenter-manager/server)`

Caused by:
  failed to load source for dependency `anyhow`

Caused by:
  Unable to update registry `crates-io`

Caused by:
  failed to update replaced source registry `crates-io`

Caused by:
  failed to read root of directory source: /usr/share/cargo/registry

Caused by:
  No such file or directory (os error 2)


Note: I'm on a MacOS M1, my first goal is to build pdmc to run localy and communicate with my PDM instance.

Thanks for you work, PDM rock!
 
Last edited:
  • Like
Reactions: lperdereau