-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I cannot install bark_ssg==1.3.4, because of hoedown #6
Comments
Same problem, hoping to get a reply soon. |
It appears that you are encountering build errors while trying to install the Here are a few steps you can try to resolve this issue:
Remember to activate your virtual environment ( |
pip install mistune——Thank you! It works for me! But I met another problem. model ready! |
I'm glad to see that your environmental issues have been resolved. Based on the current error information you provided, potential issues can be categorized into two scenarios:
|
Thank you so much, I did it! |
How can I do with it?
When running "/vlog_read_script_sample.py"
hoedown.c
hoedownpy/hoedown.c(4501): error C2105: “++”需要左值
hoedownpy/hoedown.c(4503): error C2105: “--”需要左值
hoedownpy/hoedown.c(4762): error C2105: “++”需要左值
hoedownpy/hoedown.c(4764): error C2105: “--”需要左值
hoedownpy/hoedown.c(5164): error C2039: "tp_print": 不是 "_typeobject" 的成员
C:\Users\xxx\anaconda3\envs\vlogger\include\cpython/object.h(191): note: 参见“_typeobject”的声明
hoedownpy/hoedown.c(5172): error C2039: "tp_print": 不是 "_typeobject" 的成员
C:\Users\xxx\anaconda3\envs\vlogger\include\cpython/object.h(191): note: 参见“_typeobject”的声明
hoedownpy/hoedown.c(5181): error C2039: "tp_print": 不是 "_typeobject" 的成员
C:\Users\xxx\anaconda3\envs\vlogger\include\cpython/object.h(191): note: 参见“_typeobject”的声明
hoedownpy/hoedown.c(5190): error C2039: "tp_print": 不是 "_typeobject" 的成员
C:\Users\xxx\anaconda3\envs\vlogger\include\cpython/object.h(191): note: 参见“_typeobject”的声明
hoedownpy/hoedown.c(5198): error C2039: "tp_print": 不是 "_typeobject" 的成员
C:\Users\xxx\anaconda3\envs\vlogger\include\cpython/object.h(191): note: 参见“_typeobject”的声明
hoedownpy/hoedown.c(5808): warning C4996: '_PyUnicode_get_wstr_length': deprecated in 3.3
hoedownpy/hoedown.c(5824): warning C4996: '_PyUnicode_get_wstr_length': deprecated in 3.3
hoedownpy/hoedown.c(6213): warning C4996: 'PyUnicode_FromUnicode': deprecated in 3.3
error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\bin\HostX86\x64\cl.exe' failed with exit code 2
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for hoedown
Running setup.py clean for hoedown
error: subprocess-exited-with-error
× python setup.py clean did not run successfully.
│ exit code: 1
╰─> [6 lines of output]
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed cleaning build dir for hoedown
Failed to build hoedown
ERROR: Could not build wheels for hoedown, which is required to install pyproject.toml-based projects
The text was updated successfully, but these errors were encountered: