Skip to content
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

Feat/pyinstaller #285

Merged
merged 20 commits into from
Jul 5, 2024
Merged

Feat/pyinstaller #285

merged 20 commits into from
Jul 5, 2024

Conversation

0xArdi
Copy link
Collaborator

@0xArdi 0xArdi commented Jul 5, 2024

This PR adds support for release teh trader aea as a binary.

import aea.configurations.validation as validation_module

# patch for the _CUR_DIR value
validation_module._CUR_DIR = Path(sys._MEIPASS) / validation_module._CUR_DIR
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this only valid for Mac ?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you update the comment to explain why we need this patch?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no, its for all, just a pyinstaller thing

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added a comment

@0xArdi 0xArdi merged commit 1ba60ac into main Jul 5, 2024
18 checks passed
@0xArdi 0xArdi deleted the feat/pyinstaller branch July 5, 2024 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants