osu_beatmap_generator icon indicating copy to clipboard operation
osu_beatmap_generator copied to clipboard

Dependencies Problem on install

Open Merlinux-source opened this issue 3 years ago • 2 comments

Hi there, I'm on ubuntu 21.04 and I followed the instructions from the readme.md and I got this output: Traceback (most recent call last): File "/usr/lib/python3.9/runpy.py", line 188, in _run_module_as_main mod_name, mod_spec, code = _get_module_details(mod_name, _Error) File "/usr/lib/python3.9/runpy.py", line 147, in _get_module_details return _get_module_details(pkg_main_name, error) File "/usr/lib/python3.9/runpy.py", line 111, in _get_module_details __import__(pkg_name) File "/home/user/Programs/osu_beatmap_generator/osu_map_gen/__init__.py", line 1, in <module> from .util import ( File "/home/user/Programs/osu_beatmap_generator/osu_map_gen/util/__init__.py", line 1, in <module> from . import ( File "/home/user/Programs/osu_beatmap_generator/osu_map_gen/util/db.py", line 3, in <module> from bson.objectid import ObjectId ModuleNotFoundError: No module named 'bson' I did try pip install bson can you help me?

Merlinux-source avatar Jun 15 '21 15:06 Merlinux-source

pipenv install Pipfile

lik173 avatar May 08 '23 13:05 lik173

pipenv install Pipfile

Getting an error while using this command image

Sorok-Dva avatar May 31 '23 22:05 Sorok-Dva