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.

Add support for installing the Flet repository directly with pip.

See original GitHub issue

Please Describe The Problem To Be Solved Allow the Flet repository to be installable using pip, this will allow users or developers to have the latest unstable version from the repository with latest features or bug fixes before a proper stable release version is made and uploaded to pypi.

(Optional): Suggest A Solution 1- In order to make it so the repository can be installed with pip it needs to have a setup.py file either on the root of the repo, on the subdirectory which will be used when installing with the #egg= option or both places. This file will cover the dependencies and other things needed for building the wheel used by pip. 2- Another solution would be to make it so we can get a wheel from the CI or any other tool used after each commit or PR is approved and merged, then we would just use a fixed URL to get the latest built wheel but this might have issues if the latest build failed for any reason and we could end up with not the latest wheel but a previous built one.

Note: Documentation for devs running from the repository directly should also be created.

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
FeodorFitsnercommented, Nov 16, 2022

You can now install Flet pre-releases: https://flet.dev/blog/flet-versioning-and-pre-releases

1reaction
ndonkoHenricommented, Nov 14, 2022

Solution 1: Great and happy to hear that. Let me/us know from now on when there is a feature you wish should be tested by the community… 😉

Read more comments on GitHub >

github_iconTop Results From Across the Web

pip install - pip documentation v22.3.1
pip also supports installing from “requirements files”, which provide an easy way to specify a whole environment to be installed.
Read more >
How can I make setuptools install a package that's not on ...
To the best of my knowledge, the easiest way to update the dependency is by using pip install -I . when installing your...
Read more >
PyPI packages in the Package Registry - GitLab Docs
The GitLab PyPI repository supports the following CLI commands: twine upload : Upload a package to the registry. pip install : Install a...
Read more >
'pip install' From a Git Repository - Adam Johnson
If the package is pure Python or has a relatively simple build process, you can normally install it directly via Git.
Read more >
How to Publish an Open-Source Python Package to PyPI
In this step-by-step tutorial, you'll learn how to create a Python package for your project and how to publish it to PyPI, the...
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