ximinng / DiffSketcher

[NIPS 2023] Official implementation for "DiffSketcher: Text Guided Vector Sketch Synthesis through Latent Diffusion Models" https://arxiv.org/abs/2306.14685
https://ximinng.github.io/DiffSketcher-project/
MIT License
231 stars 23 forks source link

typeerror during installation #5

Closed Gitterman69 closed 5 months ago

Gitterman69 commented 11 months ago

Cannot get this part installed. The clone and submodule works, but the setup fails. If anyone can build a whl for diffvg I would be super happy

I get this error when trying to build a WHL '-DPYTHON_LIBRARY=' + get_config_var('LIBDIR'), TypeError: can only concatenate str (not "NoneType") to str

ximinng commented 11 months ago

hello Gitterman69,

I've recently been putting together a docker environment to help people with the same predicament as you, with a release expected in the next few days.

Best regards, Ximing

Gitterman69 commented 11 months ago

Hi there! Any tips how to get it running without docker on windows?

Sent with Proton Mail secure email.

------- Original Message ------- On Saturday, October 21st, 2023 at 2:25 PM, XiMing Xing @.***> wrote:

hello Gitterman69,

I've recently been putting together a docker environment to help people with the same predicament as you, with a release expected in the next few days.

Best regards, Ximing

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

hoshizhang commented 11 months ago

预计在接下来的几天内发布。

你好呀!有什么技巧可以让它在没有 docker 的情况下在 Windows 上运行吗?使用 Proton Mail 安全电子邮件发送。 ……

ximinng commented 11 months ago

Sorry, I'm not sure, I've never tested the code on Windows.

wsfk716 commented 7 months ago

I have also encountered the same problem, is there a solution now?

ximinng commented 6 months ago

using docker

docker run --name svgdreamer --gpus all -it --ipc=host ximingxing/svgrender:v1 /bin/bash