Skip to content

GitLab

  • Menu
    • Projects Groups Snippets
      Help
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • kadlu kadlu
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 17
    • Issues 17
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • public_projects
  • kadlukadlu
  • Issues
  • #69

Closed
Open
Created 4 years ago by Oliver Kirsebom@kirsebomOwner
  • Report abuse

  • Report abuse

missing module

Closed

missing module

Having pulled the latest version from the master branch and created a new conda environment, I get the following error when attempting to run all tests:

(kadlu_env) oliskir@carbonoli:~/src/meridian/kadlu$ pytest kadlu/ --doctest-modules
/home/oliskir/src/meridian/kadlu/kadlu/geospatial/data_sources/data_util.py:68: UserWarning: storage location not configured. storage location will be set to /home/oliskir/kadlu_data/
  warnings.warn(f'{msg} storage location will be set to {storage_location}')
/home/oliskir/src/meridian/kadlu/kadlu/geospatial/data_sources/data_util.py:68: UserWarning: storage location not configured. storage location will be set to /home/oliskir/kadlu_data/
  warnings.warn(f'{msg} storage location will be set to {storage_location}')
ImportError while loading conftest '/home/oliskir/src/meridian/kadlu/kadlu/tests/conftest.py'.
kadlu/__init__.py:24: in <module>
    from .geospatial.data_sources.source_map import source_map
kadlu/geospatial/data_sources/source_map.py:10: in <module>
    import kadlu.geospatial.data_sources.gebco as gebco
kadlu/geospatial/data_sources/gebco.py:6: in <module>
    from kadlu.geospatial.data_sources.load_from_file import load_netcdf
kadlu/geospatial/data_sources/load_from_file.py:10: in <module>
    import mpl_scatter_density
E   ModuleNotFoundError: No module named 'mpl_scatter_density'

I see the mpl_scatter_density module has been commented out in the environment.yml file. Is there a reason for this?

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information

Linked issues
0


  • Oliver Kirsebom @kirsebom added Minor issue label 4 years ago

    added Minor issue label

  • Oliver Kirsebom
    Oliver Kirsebom @kirsebom · 4 years ago
    Author Owner

    The issue is solved by installing kadlu with pip install kadlu or python setup.py sdist followed by pip install dist/kadlu*

  • Oliver Kirsebom @kirsebom closed 4 years ago

    closed

  • You're only seeing other activity in the feed. To add a comment, switch to one of the following options.
Please register or sign in to reply
Assignee
Matthew's avatar
Matthew
@matt_s
Assign to
Milestone
No milestone
None
None
Time tracking
Due date
None
None
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Confidentiality
Not confidential

You are going to turn on confidentiality. Only team members with at least Reporter access will be able to see and leave comments on the issue.

Lock issue
Unlocked
participants
Reference:

Menu

Projects Groups Snippets
Help