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.

#405 fixed installation with the latest pip, by not using pip internals. Please can you release it on PyPI, as currently pip install django-microsoft-auth fails with:

      Complete output (7 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "/private/var/folders/kq/02p9h16n7zv_z7bhzmg6y_pm0000gn/T/pip-resolver-g8cwvonq/django-microsoft-auth/setup.py", line 39, in <module>
          requirements[req] = [str(req.req) for req in reqs]
        File "/private/var/folders/kq/02p9h16n7zv_z7bhzmg6y_pm0000gn/T/pip-resolver-g8cwvonq/django-microsoft-auth/setup.py", line 39, in <listcomp>
          requirements[req] = [str(req.req) for req in reqs]
      AttributeError: 'ParsedRequirement' object has no attribute 'req'
      ----------------------------------------

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:6
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
spochiccommented, Jul 3, 2020

What needs to be done to release the fix on PyPI? Thanks

1reaction
chenbrcommented, Jul 22, 2020

@AngellusMortis can we get these released to pypi?

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