Skip to content

Is it possible to use PyInstaller to package it? #1

@3030373635

Description

@3030373635

After obfuscating the code and packaging it with PyInstaller, running the entry file throws an error:
Error: rich and cryptography modules are required to run this code. Please install them using pip install rich cryptography or using poetry add rich cryptography.

Then I tried packaging again with:

pyinstaller --onefile --hidden-import=rich --hidden-import=cryptography main.py

but the same error still occurred.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions