rackslab / Slurm-web

Open source web dashboard for Slurm HPC clusters
https://slurm-web.com
GNU General Public License v3.0
295 stars 89 forks source link

debuild -us -uc Problem.... #225

Closed gim4moon closed 1 month ago

gim4moon commented 2 years ago

hello.

While installing slurm-web, the message is displayed, but the installation is not possible.

image

I know that apt-get needs to be updated during installation, but I can't proceed because an error occurs in the command.

Any solution?

Thank you.

spazzcatt commented 2 years ago

Hello,

It looks like you are missing the dependencies. If you look at the dpkg-checkbuilddeps line that is where the error is. You will need to install the dependencies first to be able to build. Line 9 from the top lists the dependencies you are missing

balajin2022 commented 6 months ago

Even i am facing same issue, but now i have installed node-opentypesjs package but again issue is dh_auto_configure: error: pybuild --configure -i python{version} -p 3.10 returned exit code 13

pkg-buildpackage: error: debian/rules build subprocess returned exit status 2

could you help to get out of this issue

balajin2022 commented 6 months ago

while installing requirements from requirements.txt but i am getting 'ERROR: Could not find a version that satisfies the requirement slurmweb-core (from versions: none) ERROR: No matching distribution found for slurmweb-core'

rezib commented 2 months ago

This issue concerns Slurm-web v2 which is not maintained anymore. You are highly encouraged to test the new version v3.0.0 that is not impacted by this issue as prebuilt deb/rpm packages are available. The quick start guide for v3.0.0 is available online: https://docs.rackslab.io/slurm-web/install/quickstart.html

Unless someone is motivated to maintain the old version of Slurm-web or you have a justified reason to keep this issue open, it will be closed in a few weeks.

rezib commented 1 month ago

For the reasons explained in the previous comment, I finally close this issue.