Skip to content
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

ModuleNotFoundError with welly version 0.4.10 #165

Open
astroChance opened this issue Jul 13, 2021 · 1 comment
Open

ModuleNotFoundError with welly version 0.4.10 #165

astroChance opened this issue Jul 13, 2021 · 1 comment

Comments

@astroChance
Copy link

I receive the error message below when trying to import welly version 0.4.10, I do not receive the same error with version 0.4.9:

ModuleNotFoundError                       Traceback (most recent call last)
/tf/eds_repos/eds-ppfg/ppfg_utils.py in <module>
      7 
      8 import os
----> 9 import welly
     10 import numpy as np
     11 import matplotlib.pyplot as plt

/usr/local/lib/python3.6/dist-packages/welly/__init__.py in <module>
      4 ==================
      5 """
----> 6 from .project import Project
      7 from .well import Well
      8 from .header import Header

/usr/local/lib/python3.6/dist-packages/welly/project.py in <module>
     16 from tqdm import tqdm
     17 
---> 18 from .well import Well, WellError
     19 from . import utils
     20 from .utils import deprecated

/usr/local/lib/python3.6/dist-packages/welly/well.py in <module>
     23 from .curve import Curve
     24 from .header import Header
---> 25 from .location import Location
     26 from .synthetic import Synthetic
     27 from .canstrat import well_to_card_1

/usr/local/lib/python3.6/dist-packages/welly/location.py in <module>
     19 from .fields import dev_fields
     20 from .crs import CRS
---> 21 from .tools import compute_position_log
     22 
     23 

/usr/local/lib/python3.6/dist-packages/welly/tools.py in <module>
      6 """
      7 import numpy as np
----> 8 import wellpathpy as wp
      9 import warnings
     10 

ModuleNotFoundError: No module named 'wellpathpy'```
@kinverarity1
Copy link
Contributor

@kwinkunks @EvanBianco PR #162 is a fix for this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants