Chavithra / degiro-connector

This is yet another library to access Degiro's API.
BSD 3-Clause "New" or "Revised" License
205 stars 46 forks source link

Can't install degiro_connector #112

Closed TriposDev closed 1 year ago

TriposDev commented 1 year ago

I don't know what I'm doing wrong. When I run "pip install degiro-connector" I get this: note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for grpcio Running setup.py clean for grpcio Failed to build grpcio ERROR: Could not build wheels for grpcio, which is required to install pyproject.toml-based projects

TriposDev commented 1 year ago

Solved by using: pip install grpcio==1.38.1