-
Notifications
You must be signed in to change notification settings - Fork 506
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors on Ubuntu 22.04 LTS #313
Comments
Hello,
Could you please skip this command, continue the installation and tell me if it work? |
thank you very much @Augustin-FL for your help and support I continue with following command:
So i installed django module
Then i tried to create tables
it looks some module is missing
Following command showing error message about missing modules environs
So i installed it
But rest_framework, is not possible to install
|
Quick 2 minute google search: |
Thanks @mrseeker, it works. I had to install another missing packages.
But still getting error
I tried install mysqlclient again however according to previous conversation it is not needed. but today it have a luck :), mysqlclinet is installed.
Another modules are needed
Edit config file
Creating superuser account
When i want to Import initial data - process failed.
|
Hello all, i fixed it. I would like to share step by step guide. It works on Ubuntu 22.04.
|
hello @detvan, Sorry for the delay, and thanks for the guide! As you rightfully pointed out, one of the issues seems to be I will submit a PR for that. I believe the right way would be to create a dedicated fixture file for notifications |
I will close this issue, as you was able to install FIR. Feel free to reopen it if needed |
Hello,
i would like to install FIR in production on Ubuntu 22.04 LTS. I am following your guide https://github.com/certsocietegenerale/FIR/wiki/Installation-on-a-production-environment, but i get some errors
Since Python2 packages are obsolete, I installed Python3 packages
It looks there are missing some packages, so i installed them with apt
After another try, it looks perfect, all requirements are successfully installed
But following command finished with error message
It looks ConfigParser is missing too
But still error messages persist
Please could you try to kindly help me to install FIR on production.
Thank toy very much in advance
The text was updated successfully, but these errors were encountered: