osuAkatsuki / bancho.py

An osu! server for the generic public, optimized for maintainability in modern python
https://akatsuki.gg
MIT License
217 stars 131 forks source link

misc: make install doesn't work #391

Closed Tian-MC closed 1 year ago

Tian-MC commented 1 year ago

Hi! when i try to do make install it gives me this error: PIPENV_VENV_IN_PROJECT=1 pipenv install /bin/sh: 1: pipenv: not found Makefile:11: recipe for target 'install' failed make: *** [install] Error 127

What i have to do?

minisbett commented 1 year ago

iirc this can be caused if setup tools was not installed properly, are you sure you didn't skip the instruction before make install?

NiceAesth commented 1 year ago

This is not an issue with bancho.py. You have not installed pipenv. Follow the instructions again.