I have som errors in my console about there is som newer python and also pip. I have upgrade them to the latest versions, but somehow older versions are loaded when I start WebODM. Are those older versions needed by WebODM? Or can I just uninstall?
Which version of WebODM are you using, and on what platform?
Hi,
im running WebODM 1.9.11 on Linux mint 20.3
Ah…
Have you installed using Docker, or the native install instructions?
I have Docker version 20.10.12, build e91ed57
We ship a version of python/pip within our distribution of WebODM, but your host OS (Linux Mint) will also ship its own.
You should not try to modify the Docker environment (images) that we ship as we’re testing and building against specific versions of the different components, Python included. One of the core benefits of the containerization of things like Docker is that they don’t rely upon what ships in the host OS, and makes the Dockerized environment stable and separate from the host OS.
If you are curious which program you’re running, you can always type this in the terminal:
which programname
So, to see what/where your Python is running from, you’d type:
which python
my outcome are /usr/bin/python
is there a way to set latest python?
We have not evaluated more recent Python runtimes within WebODM, to my knowledge. I would just ignore the info messages printed to the console when launching WebODM about things like Python/Pip
thank you kindly for answers Saijin.
Any time! I’m working on testing out newer dependencies, but my builds are all failing so don’t count on anything from me that way for a while yet
you are all doing a great work, and supernice community <B
Thanks for that! I wish you lots of success
And show off some stuff when you get a chance!
Surething i do that when temperature outside permits a good set of images and a nice 3d build for ya.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.