-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
000055 notebooks gotchas #9
Comments
@yarikoptic Do you happen to be using Python 3.10? Scipy doesn't have wheels for 3.10 out yet, and trying to install it on any platform for which there isn't a wheel (list of wheels here) probably isn't such a hot idea. |
good "try" - I forgot to check, but that happened on the hub.dandiarchive.org and I hope we do not rush jumping to 3.10 there - still 3.9 there. |
FWIW here is the beginning of the long error report from that pip install:
|
Considering to use 000055 for the workshop demos, trying to run the provided from this repo notebooks. This issue will collect gotchas I encounter, and will be populate with items, checking them out if/when resolved. Notebooks are under
000055/BruntonLab/peterson21/
Fig_coarse_labels.ipynb
first cell%pip install -r requirements.txt
leads toERROR: Failed building wheel for scipy
and thus failureThe text was updated successfully, but these errors were encountered: