-
Notifications
You must be signed in to change notification settings - Fork 18
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
Docker build not feasible #106
Comments
Dear @nik85, The branch Bugfix106Ubuntu22.04 should contain a fix for your bug report. Please check it out and provide feedback if it fixed your issue. With kind regards, |
Hi Christian, it builds, with the following errors.
Still i tried to run and access the WebUI - However it does not run correctly. However this leads to the following - not showing the UI but an error:
|
I share how to resolve this issue. Problem: Solution: How to Change: “FROM ubuntu:18.04 as builder” to “FROM ubuntu:22.04 as builder” The files to change are: |
Dear @lullulalal, I will test your suggested changes and merge them into the master. With kind regards, |
Merged: #107 |
Dear @ChristianMarzahl , I checked the latest master branch on GitHub.
After deleting the line 'Django==3.2.11' in the 'requirements.txt' file, I built the Docker image, and Django version 4.2.8 was automatically installed. The server started successfully. Is there a specific reason for adding 'Django==3.2.11' to the 'requirements.txt' file? |
Dear @lullulalal, Here are multiple variables at play, for example, your Python version? I developed under 3.6 and 3.8. With kind regards, |
Dear @lullulalal, I ran across the same problem which seems to be related to some fields now requiring default values. I think it should be fixed with the latest merge in master. Best, Marc |
Hi Christian,
the docker build does not work, there seem to be version missmatches. How could that be fixed?
I guess it is super easy :)
3.319 ERROR: Could not find a version that satisfies the requirement django-filter==23.2 (from versions: 0.1.0, 0.2.0, 0.5.0, 0.5.1, 0.5.2, 0.5.3, 0.5.4, 0.6a1, 0.6, 0.7, 0.8, 0.9.0, 0.9.1, 0.9.2, 0.10.0, 0.11.0, 0.12.0, 0.13.0, 0.14.0, 0.15.0, 0.15.1, 0.15.2, 0.15.3, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.1.0, 2.0.0.dev1, 2.0.0, 2.1.0, 2.2.0, 2.3.0, 2.4.0, 21.1)
3.319 ERROR: No matching distribution found for django-filter==23.2
Best regards,
CJ
The text was updated successfully, but these errors were encountered: