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.

setup.py script dependency on pywin32 breaks on Mac

See original GitHub issue

I believe the setup.py modifications and kerberos integration introduced starting with this commit broke things for me. This includes the updated master branch.

See the output from the failed pip3 install below.

Collecting pywin32 (from kerberos-sspi->atlassian-python-api->-r requirements.txt (line 2))
  Could not find a version that satisfies the requirement pywin32 (from kerberos-sspi->atlassian-python-api->-r requirements.txt (line 2)) (from versions: )
No matching distribution found for pywin32 (from kerberos-sspi->atlassian-python-api->-r requirements.txt (line 2))

I had to put this in requirements.txt to make it work (note: the commit I am referring to is pre-Kerberos integration):

git+https://github.com/atlassian-api/atlassian-python-api@e14475ed3aca9de71c8a8954911d8c7a2a3942ea#egg=atlassian-python-api

I have a workaround right now but please fix. Thanks

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
gonchikcommented, Sep 27, 2019

released as major release 1.14.0. checked on macos, win and oracle linux. now it works well

0reactions
gsemetcommented, Sep 27, 2019

yes, works great 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why does installing `pypiwin32` or `pywin32` fail when ...
To get past your problem, either: Since you already installed the dependencies, don't try to install them by passing --no-deps: pip install --no ......
Read more >
PyInstaller Documentation - Read the Docs
PyInstaller bundles a Python application and all its dependencies into a single package. The user can run the packaged app without installing a...
Read more >
pyinstaller 3.3 - PyPI
PyInstaller bundles a Python application and all its dependencies into a single package.
Read more >
Issues When Using auto-py-to-exe - Nitratine
This occurs because you are trying to modify files in a directory you do not have access to. A way to fix this...
Read more >
Troubleshoot Python errors in Azure Functions - Microsoft Learn
Learn how to troubleshoot Python functions. ... These dependencies can break the Python function app when it's running on Linux.
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