Skip to content
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

There was a fatal error starting up OctoPrint. #41

Closed
manfrinmarco opened this issue Dec 31, 2022 · 0 comments
Closed

There was a fatal error starting up OctoPrint. #41

manfrinmarco opened this issue Dec 31, 2022 · 0 comments

Comments

@manfrinmarco
Copy link

manfrinmarco commented Dec 31, 2022

daemon.info octoprint[2937]: 2022-12-31 13:14:52,024 - octoprint.startup - CRITICAL - There was a fatal error starting up OctoPrint.
daemon.err octoprint[2937]: Could not initialize settings manager: (urllib3 2.0.0a2 (/usr/lib/python3.10/site-packages/urllib3-2.0.0a2-py3.10.egg), Requirement.parse('urllib3<1.27,>=1.21.1'), {'requests'})
daemon.err octoprint[2937]: There was a fatal error starting up OctoPrint.

UPDATE:
i tryed this commands

pip uninstall urllib3
pip install -Iv urllib3==1.26.11
opkg update
opkg install python3-requests
opkg install python3-cffi
cd /root/OctoPrint-1.8.4
python setup.py install

but it give me this error: error: urllib3 2.0.0a2 is installed but urllib3<1.27,>=1.21.1 is required by {'requests'}

and also this error trying to reinstalling urlibb3

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
requests 2.28.1 requires charset_normalizer<3,>=2, but you have charset-normalizer 3.0.1 which is incompatible.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant