Missing build requirements in pyproject.toml for quickjs==1.13.0
See original GitHub issueCollecting quickjs==1.13.0
Downloading quickjs-1.13.0.tar.gz (448 kB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
WARNING: Missing build requirements in pyproject.toml for quickjs==1.13.0 from https://files.pythonhosted.org/packages/e7/1e/e71aab7c54fadc0fc821f7d0a1a605cde7068717f4117696013b05c29d69/quickjs-1.13.0.tar.gz#sha256=86224f30d7a6183f97af4ae252a338ecf62ef02fd38130b5b8e50e9f988a09a5 (from -r requirements.txt (line 141)).
WARNING: The project does not specify a build backend, and pip cannot fall back to setuptools without 'wheel'.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Pip not picking up build requirements from pyproject.toml
I'm trying to force my users to have to install wheel when they try to install my project for local development. However, it...
Read more >What is pyproject.toml file for? - python - Stack Overflow
Yes, pyproject.toml is the specified file format of PEP 518 which contains the build system requirements of Python projects. This solves the build-tool ......
Read more >pyproject.toml - pip documentation v22.3.1
This file contains build system requirements and information, which are used by pip to build the package. Build process#. The overall process for...
Read more >setuptools-scm - PyPI
First, ensure that setuptools_scm is present during the project's built step by specifying it as one of the build requirements. # pyproject.toml ......
Read more >pyproject.toml - Martin Thoma
toml file allows package creators to define the build system as a dependency as well as a projects metadata. Also, other kinds of...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

works great. Thanks.
You can try 1.14.0 now.