• Members 2 posts
    Jan. 23, 2018, 8:59 p.m.

    Hello,

    I really like how Misago looks and how it works! But, I am having an issue.
    I am attempting to install Misago on a Devuan system with Python 2.7.9. I simply cannot get it to install. I have included a log that pip left behind after failing to install.

    paste.ee (pastebin wouldn't allow me for some reason)

    I hope that someone is able to help me install this,

    Thank you so much!
    David.

  • Jan. 23, 2018, 10:45 p.m.

    Hiya David,

    You need to have PostgreSQL database and libs for developers installed on your system for python to be able to compile library for connecting with the database.

    The Error: pg_config executable not found. error message is well documented for different operating systems in Google and Stack Overflow, so you shouldn't have problem finding what libraries you'll need to install in your system before trying again.

    Good luck!

  • Members 2 posts
    Jan. 26, 2018, 9:45 p.m.

    Thanks! That helped; I got Misago to install just fine. Now I have to figure out how to use PostgreSQL... do you have any resources that you recommend? I just need something functional, nothing fancy.

    Edit:
    Okay so I've created a database in PostgreSQL and gotten the site to run and everything, but whenever I try the createuser switch with the manage.py file I get stuck after confirming my password. I could let it sit for as long as I like but it never completes creating the superuser. I have to ^Z my way out.
    Any ideas @rafalp ?

    Thanks!!