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
Running the uba.py installation, a couple of things to note. I'm running a Mac Pro late-2013 on macOS 12.7.4 Monterey (the latest possible), with pre-existing Python3 and Homebrew.
I could not do a normal git clone via Github Desktop or by git clone … in Terminal, as I got these errors multiple times:
git clone https://github.com/eliranwong/UniqueBible.git --depth 1
Cloning into 'UniqueBible'...
remote: Enumerating objects: 187613, done.
remote: Counting objects: 100% (187613/187613), done.
remote: Compressing objects: 100% (186984/186984), done.
error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)
error: 1378 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
So I downloaded the zip file from Github.
I got an error of a missing config.py (it was there, but empty) on my first try of uba.py, but I hadn't run brew upgrade yet.
I also had used my alias for python3, which is actually linked to Python 3.12.2. After brew upgrade I ran uba.py in Python 3.9 by python3.9 uba.py and it currently looks like the installation is proceeding well, installing all the dependencies!
Quite a few modules being installed. Also quite a few deprecation warnings on textract 1.6.5.
b'DEPRECATION: textract 1.6.5 has a non-standard dependency specifier extract-msg<=0.29.*. pip 24.1 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of textract or contact the author to suggest that they release a version with a conforming dependency specifiers. Discussion can be found at https://github.com/pypa/pip/issues/12063\n'
This discussion was converted from issue #1419 on March 26, 2024 02:13.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Running the uba.py installation, a couple of things to note. I'm running a Mac Pro late-2013 on macOS 12.7.4 Monterey (the latest possible), with pre-existing Python3 and Homebrew.
I could not do a normal git clone via Github Desktop or by
git clone …
in Terminal, as I got these errors multiple times:So I downloaded the zip file from Github.
I got an error of a missing config.py (it was there, but empty) on my first try of
uba.py
, but I hadn't runbrew upgrade
yet.I also had used my alias for python3, which is actually linked to Python 3.12.2. After
brew upgrade
I ranuba.py
in Python 3.9 bypython3.9 uba.py
and it currently looks like the installation is proceeding well, installing all the dependencies!Quite a few modules being installed. Also quite a few deprecation warnings on textract 1.6.5.
Oh, the app has started! :)
Beta Was this translation helpful? Give feedback.
All reactions