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

Setup fails #1

Closed
IllDepence opened this issue Dec 4, 2020 · 2 comments
Closed

Setup fails #1

IllDepence opened this issue Dec 4, 2020 · 2 comments

Comments

@IllDepence
Copy link

Hi,

I saw that you recently commented on the pull request you created for ebmodule and suggested moving conversation here.

Similar to CalculusAce, I'm struggling with the setup and would be super happy about some pointers. Could be some trivial mistake.

Here's what I did:

  1. (In a previous attempt something was complaining about not finding eb.h, so I installed eb from this repo)
  2. cloned your repo
  3. checked out the python3 branch
  4. ran python3 setup.py build (also tried python2), which failed

Here's the output I got: stdout, stderr.
For context: I'm running Ubuntu 18.04

Thanks in advance for any help. ( • ᴗ • )

@rroessler1
Copy link
Owner

rroessler1 commented Dec 12, 2020

Looking at stderr I'm wondering if you have a different version of libeb installed? This is what I used (also Ubuntu):

# EPWING reader
# Required C library dependency
mkdir epwing-reader
cd epwing-reader/
curl -L -o eblib.tar.gz "https://github.com/mistydemeo/eb/releases/download/v4.4.3/eb-4.4.3.tar.bz2"
tar xvf eblib.tar.gz
rm eblib.tar.gz
cd eb-4.4.3/
./configure
make
make check
sudo make install
cd ..

Seems to work on my machine, just tested, unless there's another library I'm missing. Can you try that and let me know?

@IllDepence
Copy link
Author

Apparently I forgot about this 3.5 years ago.

On my current machine (Debian 12) I followed your instructions and it worked. 👍

Thanks! ^_^

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