Search found 2 matches
- 15 Oct 2019, 08:03
- Forum: PyPlanet
- Topic: [SOLVED] Pyplanet startup error: ModuleNotFoundError: No module named '_bz2'
- Replies: 3
- Views: 7204
Re: Pyplanet startup error: ModuleNotFoundError: No module named '_bz2'
Thanks for your fast reply, after installing bzip2-devel and rebuilding of python 3.7.0 pyplanet started successfully. However, there were warnings about another missing module: /home/pyplanet/.pyenv/versions/3.7.0/lib/python3.7/site-packages/pandas/compat/__init__.py:84: UserWarning: Could not impo...
- 12 Oct 2019, 20:06
- Forum: PyPlanet
- Topic: [SOLVED] Pyplanet startup error: ModuleNotFoundError: No module named '_bz2'
- Replies: 3
- Views: 7204
[SOLVED] Pyplanet startup error: ModuleNotFoundError: No module named '_bz2'
Hey guys, I just followed the tutorial to set up pyplanet as a server controller for my private tm2-server. Unfortunately, right after starting, pyplanet dies to this: [pyplanet@free-tm2 tm2]$ ./manage.py start INFO [Main][pyplanet.core.management.commands.start] Initiated configuration and environm...