systragroup / quetzal

Quetzal is a modeling library designed for transport planning and traffic forecasts
Other
43 stars 9 forks source link

pip install #82

Open orlandombaa opened 2 years ago

orlandombaa commented 2 years ago

Hello everyone

I have a question. Quetzal will be available to install it using just pip install ?

Best regards, Orlando

qchasserieau commented 2 years ago

Hi Orlando.

Some of Quetzal's dependencies such as GDAL cannot be installed with «pip install» without wheels. i.e you should provide binary .whl files to pip install them. Therefore, Quetzal cannot be installed with pip install without wheels. However, you sure can install quetzal with «pip install» if you follow the «pip intall with wheels (recommended)» section of the readme. Basically, you should just run : (base) C:users\you\path\to\quetzal>windows-install-whl.bat and it will install the dependency wheels that are stored with quetzal sources.

Feel free to comment on this thread for further help. Cheers Quentin