Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrsamsonn/3d-printing-web
https://github.com/mrsamsonn/3d-printing-web
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrsamsonn/3d-printing-web
- Owner: mrsamsonn
- License: mit
- Created: 2024-03-11T22:46:29.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-13T20:49:53.000Z (8 months ago)
- Last Synced: 2024-10-11T06:12:05.489Z (28 days ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.txt
- License: LICENSE.md
Awesome Lists containing this project
README
note:
xformers error -
ERROR: Failed building wheel for xformers
Running setup.py clean for xformers
Failed to build xformers
ERROR: Could not build wheels for xformers, which is required to install pyproject.toml-based projectsdue to gcc incompatibility, fix:
brew install gcc@7
gcc-7 --version
CC=gcc-7 CXX=g++-7 pip install xformer