vhqtvn/VHEditor-Android

gpt-engineer installation problem(s)

sekosan opened this issue · 0 comments

Hi,
First of all i like to thank you for this great app.

I tried to install the gpt-engineer application in the link I gave below, but I got stuck at one point in the installation.

Choose either stable or development.

For stable release:

pip install gpt-engineer
For development:

git clone https://github.com/AntonOsika/gpt-engineer.git
cd gpt-engineer
pip install -e .
(or: make install && source venv/bin/activate for a venv)

I get the same error when installing stable and development versions.

The problem is that the libxml2 library cannot be installed.

I installed the library with the pkg install libxml2 command and started the gpt-engineer installation again, but I got stuck at the same point as if the libcml2 library was not installed.

I couldn't install rust compiler and xmllib2. Can you help with this? what could be the solution?