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.

Heya there

I know this project is pretty young, but is there a chance of a pypi release, in line with the readme?

$ pip3 install crispy_tailwind

ERROR: Could not find a version that satisfies the requirement crispy_tailwind (from versions: none)
ERROR: No matching distribution found for crispy_tailwind

I know it’s possible to -e the git URL in requirements.txt, but in a Docker build that results in the dependency being installed at the user, not system level, making it effectively invisible to the app.

Cheers!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
stevejalimcommented, Jun 7, 2020

Yeah, I was about to try swapping to that to save myself the grief. Will let you know how it goes!

1reaction
carltongibsoncommented, Jun 7, 2020

I know it’s possible to -e the git URL in requirements.txt, but in a Docker build that results in the dependency being installed at the user, not system level, making it effectively invisible to the app.

Can you explain this a bit please? My initial response is, surely you’re just holding it wrong…? But no doubt you’re hitting a real issue.

Thanks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

releases - PyPI
Releases is a Python (2.7, 3.4+) compatible Sphinx (1.3+) extension designed to help you keep a source control friendly, merge friendly changelog file ......
Read more >
How to Publish an Open-Source Python Package to PyPI
Indeed, the first version of Python was released in 1991, before the World Wide Web became available to the general public. Naturally, a...
Read more >
Packaging Python Projects
This tutorial walks you through how to package a simple Python project. It will show you how to add the necessary files and...
Read more >
Release Your Project on pypi - OpenMDAO
Releasing your project's versions on the Python Packaging Index is a great way to keep your users up-to-date, and a convenient way to...
Read more >
7. Releasing your package
The primary venue for releasing Python packages is the Python Package Index ( PyPI ) and it is releasing your package on PyPI...
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