You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Was running 1.8.0-dev11, and attempted to update to 1.9.0-dev3 since I'm already in the development branch.
Updater hangs on this screen forever:
This traceback appears in webapp.err.log:
Traceback (most recent call last):
File "/usr/local/bin/pifire/updater.py", line 499, in <module>
install_dependencies(current_version, current_build)
File "/usr/local/bin/pifire/updater.py", line 316, in install_dependencies
dist = pkg_resources.get_distribution(module)
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 466, in get_distribution
dist = get_provider(dist)
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 342, in get_provider
return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 628, in find
raise VersionConflict(dist, req)
pkg_resources.VersionConflict: (scikit-learn 1.3.0 (/usr/local/lib/python3.9/dist-packages), Requirement.parse('scikit-learn==1.4.2'))
I can refresh and attempt to repeat the process, but I get the same result.
To Reproduce
Steps to reproduce the behavior:
Update from 1.8.0-dev11 to 1.9.0-dev3 using webapp updater
Expected behavior
Update to latest development version with no errors.
Describe the bug
Was running 1.8.0-dev11, and attempted to update to 1.9.0-dev3 since I'm already in the development branch.
Updater hangs on this screen forever:
This traceback appears in
webapp.err.log
:I can refresh and attempt to repeat the process, but I get the same result.
To Reproduce
Steps to reproduce the behavior:
Update from 1.8.0-dev11 to 1.9.0-dev3 using webapp updater
Expected behavior
Update to latest development version with no errors.
Screenshots
See above.
PiFire Version:
Current: 1.8.0-dev11
Target: 1.9.0-dev3
Additional context
Here's the full output from the initial updater run:
Add any other context about the problem here.
Always test updates after your planned grilling for the day! 😆
(Fortunately I thought of this ahead of time)
The text was updated successfully, but these errors were encountered: