Matthew Brett

Results 226 comments of Matthew Brett

So, from the bash shell, try this: ``` mkdir nipy-tmp cd nipy-tmp pip install --user nipy which python which pip python -c 'import nipy' ``` What do you get? (full...

OK to close this issue @dongchaoanderuni ?

Thanks for your thoughts. I don't know, but I'm guessing that, when a Python user wants to use symbolic computation, they usually turn to Sympy. I guess you would also...

Agreeing with @garfieldthecat - this is a very serious problem - in that correctly formatted dd/mm datetimes will often / usually be garbled by pandas using the default setting, because...

I love Pandas and use it all the time; I am sorry if I did not appear grateful for the hard work that goes into it. I'm sure you know,...

Yes, sorry, I realize 'very serious problem' does sound as if I mean that you owe me something, and it's obviously the other way round, so I'm sorry for that...

Thanks. On reflection - I wonder whether it would be worth having a `parse` and a `parse_md` method - so the role can be used with ReST as well as...

In case you do have time to go back -I bet your import error is because the relevant openblas.dll is not in the DLL path. I use https://pypi.org/project/dll-diagnostics/ to check...

No, the copy doesn't run with `pip install .` - only with that flag when calling `dev.py`. Otherwise you'd have to do the copy by hand, to some directory on...

How puzzling! What directory does it say it copied to (message of form "Copying to /scipy/.libs/ ? Does the Scipy import now work?