Fix: Resolve build failures and missing dependencies#7
Fix: Resolve build failures and missing dependencies#7stephanchenette wants to merge 1 commit intopedramamini:mainfrom
Conversation
This commit resolves two issues that prevent the project from running on a fresh installation, particularly on macOS. - Switches the SQLCipher library from 'pysqlcipher3' to 'sqlcipher3' to fix compilation errors and allow the project to build successfully. - Adds 'tabulate' as an explicit dependency in setup.py, as it was a missing dependency for the activity_cli.py script.
|
@claude review this PR |
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
|
@claude are you there now? |
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
|
oh @claude why can't i get you back online? |
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
|
alright @claude let's try this again |
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
|
ok one more time @claude |
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
|
ok this time we should be working... @claude review this PR! |
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
|
@claude i've now changed everything from scratch. please work... review this PR |
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
|
@stephanchenette please resubmit a fresh PR, somehow the original branch seems to be missing. |
This commit resolves two issues that prevent the project from running on a fresh installation, particularly on macOS.
Switches the SQLCipher library from 'pysqlcipher3' to 'sqlcipher3' to fix compilation errors and allow the project to build successfully.
Adds 'tabulate' as an explicit dependency in setup.py, as it was a missing dependency for the activity_cli.py script.