License delivery maintenance is planned for Saturday, July 26, between 12:00 and 20:00 CEST. During this time, you may experience outages or limited availability across our services, including BIMcloud SaaS, License Delivery, Graphisoft ID (for customer and company management), Graphisoft Store, and BIMx Web Viewer. More details…

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 @Bernd - Archi-XT,

 

Thank you for the answer.