Spaces:
Build error
Build error
dudegladiator
commited on
Commit
•
359cad8
1
Parent(s):
87376cd
Problem during duplicating the space
Browse filesError - Building wheel for tokenizers (pyproject.toml): started Building wheel for tokenizers (pyproject.toml): finished with status 'error' error: subprocess-exited-with-error If you did intend to build this package from source, try installing a Rust compiler from your system package manager and ensure it is on the PATH during installation. Alternatively, rustup (available at https://rustup.rs) is the recommended way to download and update the Rust compiler toolchain. [end of output] hugging fave
Solution - Changing python version to 3.9.13 solves this problem
README.md
CHANGED
@@ -4,7 +4,8 @@ emoji: 🏢
|
|
4 |
colorFrom: pink
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 3.
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: openrail
|
|
|
4 |
colorFrom: pink
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 3.34.0
|
8 |
+
python_version: 3.9.13
|
9 |
app_file: app.py
|
10 |
pinned: false
|
11 |
license: openrail
|