Spaces:
Build error
Build error
Its using a python version that is too new https://stackoverflow.com/questions/72032032/importerror-cannot-import-name-iterable-from-collections-in-python
#5
by
derek-thomas
- opened
README.md
CHANGED
|
@@ -7,6 +7,7 @@ sdk: streamlit
|
|
| 7 |
sdk_version: 1.0.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# Data Measurements Tool
|
|
|
|
| 7 |
sdk_version: 1.0.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
+
python_version: 3.9
|
| 11 |
---
|
| 12 |
|
| 13 |
# Data Measurements Tool
|