question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Missing build requirements in pyproject.toml for quickjs==1.13.0

See original GitHub issue
Collecting 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:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
swuechocommented, Sep 30, 2020

works great. Thanks.

0reactions
PetterScommented, Sep 30, 2020

You can try 1.14.0 now.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found