osu_beatmap_generator
osu_beatmap_generator copied to clipboard
Dependencies Problem on install
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?
pipenv install Pipfile
pipenv install Pipfile
Getting an error while using this command