We value your input!
Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey

Archicad Python API
About automating tasks in Archicad using the Python API.

Python pip Install

RAFD
Participant

Does anyone know what to do when you try to install a library using pip install but failed because the package is not writeable? I'm having problem with this.

2 REPLIES 2

Maybe you have installed python in a system location (in contrast to a user location).
If you then try to run pip in a terminal without administrator privileges, the package location of the python installation might not be writable for that user.
So I'd try first to run the terminal as an administrator.

Hi @BerndSchwarzenbacher,

 

Thank you for the answer.