flav-io / flavio

A Python package for flavour physics phenomenology in the Standard model and beyond
http://flav-io.github.io/
MIT License
71 stars 62 forks source link

problem importing flavio #97

Closed zaineb1190 closed 5 years ago

zaineb1190 commented 5 years ago

Hi, I have problem importing flavio. I get these errors. How to fix it?

Python 3.6.8 (default, Oct 7 2019, 12:59:55) [GCC 8.3.0] on linux Type "help", "copyright", "credits" or "license" for more information.

import flavio Traceback (most recent call last): File "", line 1, in File "/home/protyush18/.local/lib/python3.6/site-packages/flavio/init.py", line 2, in from . import physics File "/home/protyush18/.local/lib/python3.6/site-packages/flavio/physics/init.py", line 15, in from . import eft File "/home/protyush18/.local/lib/python3.6/site-packages/flavio/physics/eft.py", line 3, in import wcxf ModuleNotFoundError: No module named 'wcxf'

DavidMStraub commented 5 years ago

Duplicate of #95.

We will release a new version in a few hours.

peterstangl commented 5 years ago

@zaineb1190 now that the new flavio version is released, just upgrade as described in https://flav-io.github.io/docs/installation.html and your problem should be solved.