mirror of
https://github.com/patrickchugh/terravision.git
synced 2026-05-09 16:35:30 +02:00
[GH-ISSUE #152] Missing module tomli #85
Labels
No labels
bug
enhancement
enhancement
good first issue
good first issue
good first issue
pipeline
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/terravision#85
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jwhipp on GitHub (Dec 17, 2025).
Original GitHub issue: https://github.com/patrickchugh/terravision/issues/152
After running through the install process, I ended up on this error:
Traceback (most recent call last):
File "/home/jwhipp/Projects/Other/terravision/./terravision.py", line 13, in
import tomli
ModuleNotFoundError: No module named 'tomli'
I don't see a module with this name in the requirements.txt
@patrickchugh commented on GitHub (Dec 18, 2025):
Good catch that was recent addition and it's updated now. Please try again