-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pyproject: Fix broken 32-bit support #42
Conversation
@ErikBjare Why isn't travis running? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure this'll work as you intended.
You've also forgotten to run poetry update
after editing the pyproject.toml file.
pyproject.toml
Outdated
url = "https://github.com/ActivityWatch/wheels/raw/master/pyHook-1.5.1-cp36-cp36m-win_amd64.whl", | ||
platform = "win32", platform_machine = "x86_64" | ||
} | ||
pyhook = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it even valid to have two pyHook entries like this? Wouldn't they collide in the resulting TOML object?
I also have no idea why Travis isn't running. I could look into it after the weekend. |
I'm not sure either, but I need to either build it on windows or have a functioning CI to figure that out. |
I was certain that I had added Github actions to this repo, and I kinda had: #39 However, that PR is stalled due to the therein mentioned issue with poetry. Edit: I cherry-picked the commit that adds GitHub Actions onto master, if you rebase it should work now. |
7a02dd8
to
096a856
Compare
096a856
to
4d6a265
Compare
Not able to solve without poetry fixing the following issue, closing |
Found in this forum post
https://forum.activitywatch.net/t/32-bits-package-or-windows-compiling-how-to/643/6