ximinng / PyTorch-SVGRender

SVG Differentiable Rendering: Generating vector graphics using neural networks. Support: text-to-SVG, Image-to-SVG, SVG Editing.
https://ximinng.github.io/PyTorch-SVGRender-project/
Mozilla Public License 2.0
125 stars 7 forks source link

'fairscale=0.4.13' should be 'fairscale==0.4.13' #15

Closed wendashi closed 6 months ago

wendashi commented 6 months ago

(svgrender) username :~/path/to/svgrender$ pip install numpy scipy scikit-fmm einops timm fairscale=0.4.13 ERROR: Invalid requirement: 'fairscale=0.4.13' Hint: = is not a valid operator. Did you mean == ?

https://pytorch-svgrender.readthedocs.io/en/latest/install.html

ximinng commented 6 months ago

Yes, it's a typo. It has been corrected.