You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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:
python3 setup.py build
(also tried python2), which failedHere's the output I got: stdout, stderr.
For context: I'm running Ubuntu 18.04
Thanks in advance for any help. ( • ᴗ • )
The text was updated successfully, but these errors were encountered: