Hi Karl, On 17/06/15 23:03, Karl Napf wrote: > thank you for your reply! > I recently switched to anaconda as my package manager. I installed the > following packages:
It is likely that if you're using anaconda then you probably have more than one version of Python floating around on your system. This, combined with a broken search path, is causing the problem. My advice would be to use your system package manager to get Python 3.3 or 3.4 (and nothing else!) along with virtualenv. Then create a virtualenv, activate it, and use pip inside this virtualenv to install the dependencies along with PyFR. This way everything will be pulled in fresh ignoring anything else which might be on the system. Regards, Freddie. -- You received this message because you are subscribed to the Google Groups "PyFR Mailing List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send an email to [email protected]. Visit this group at http://groups.google.com/group/pyfrmailinglist. For more options, visit https://groups.google.com/d/optout.
signature.asc
Description: OpenPGP digital signature
