setup.py script dependency on pywin32 breaks on Mac
See original GitHub issueI 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:
- Created 4 years ago
- Comments:9 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
released as major release 1.14.0. checked on macos, win and oracle linux. now it works well
yes, works great 😃