Carnets icon indicating copy to clipboard operation
Carnets copied to clipboard

Unable to install sqlalchemy through pip install on ipad

Open baradwajkc opened this issue 3 years ago • 1 comments

ERROR: Command errored out with exit status 1:

Running setup.py clean for greenlet

command: /private/var/containers/Bundle/Application/A0FBFD2D-245B-4D7C-B7E7-4D7C16FDF28D/Carnets.app/Library/bin/python3 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/

baradwajkc avatar May 18 '21 16:05 baradwajkc

Hi, thanks for the warning. The problem is due to sqlalchemy 1.4 having a dependency on greenlet, which has C components (the compilation of sqlalchemy C components can be disabled, but not so for greenlet).

The best solution in the short/medium term is to install the last version of sqlalchemy without the greenlet dependency: !pip install sqlalchemy==1.3.24.

I've added greenlet to the TODO list, but I'm not certain it is going to be feasible.

holzschu avatar May 18 '21 16:05 holzschu