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

I can´t execute main #4

Open
manuelgomezrico opened this issue Sep 18, 2023 · 1 comment
Open

I can´t execute main #4

manuelgomezrico opened this issue Sep 18, 2023 · 1 comment

Comments

@manuelgomezrico
Copy link

Attach the screenshot
image

@naiveHobo
Copy link
Owner

Looks like the package is not installed correctly. Why don't you try using a virtual environment to install this package?

# Indall virtualenv
sudo apt install python3-virtualenv

# Create new python3 virtual environment
cd pdfviewer/
virtualenv env -p python3

# Source virtual environment
source env/bin/activate

# Install pdfviewer package
pip install .

# Run main
python3 main.py

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

No branches or pull requests

2 participants