jdtuck / fdasrsf_python

elastic fda python code
http://research.tetonedge.net
BSD 3-Clause "New" or "Revised" License
52 stars 18 forks source link

Installation #5

Closed ethancohen123 closed 4 years ago

ethancohen123 commented 4 years ago

Is it possible to use this package with google colab ? I get this error when I want to install it via pip : ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Thanks

jdtuck commented 4 years ago

So without more of a log (tried on google collab for a while to find), I cannot really diagnose. The one main problem here is that this package relies on a large c++ library that is compiled when installing via pip and my guess there are missing libraries/compilers on google collab when you try to install it.

jdtuck commented 4 years ago

As a note, I just got this to work

!pip install findblas
!pip install fdasrsf

will try to fix on pip