Closed sydoluciani closed 3 years ago
@sydoluciani It's just a warning. As I can see the the Docker container continues to run and eventually you are able to access: http://localhost:8080/Plone
@avoinea You are right, docker starts, and I can access http://localhost:8080/Plone with no problem, however those are actually errors, they are not affecting the docker startup since these syntax errors either in test, or just print statement syntax error, but one is in pickle and it might affect plone functionality later on.
Those two related to zodbpickle needs to be reported to zodbpickle, please let me know if I should report the issue, but you need to fix print statement that is missing parentheses.
@avoinea This is syntax error, and it won't affect docker startup, since the syntax error is in except statement and probably never happens, but still it is the quality of code to maintain.
File "/plone/buildout-cache/eggs/zodbpickle-2.0.0-py3.8-linux-x86_64.egg/zodbpickle/pickle_2.py", line 882
except _Stop, stopinst:
^
SyntaxError: invalid syntax
@sydoluciani Thank you. Please report the issues on zodbpickle and plone.staticresources repos with reference to this one.
Running below command as explained here:
Throws below errors: