Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • O Orekit Python Wrapper
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 14
    • Issues 14
    • 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
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Orekit Labs
  • Orekit Python Wrapper
  • Issues
  • #437

Closed
Open
Created Oct 22, 2021 by Clément Jonglez@yzokrasDeveloper

Rugged is missing with Orekit Python release 11.0

I noticed that the Rugged JAR file is missing in release 11.0. My conda env folder <ENV_ROOT>/lib/python3.8/site-packages/orekit looks like the following on my Linux computer:

image

And consequently I run into a ModuleNotFoundError when trying to import Rugged:

from org.orekit.rugged.los import LOSBuilder


ModuleNotFoundError Traceback (most recent call last) in 35 ) 36 ---> 37 from org.orekit.rugged.los import LOSBuilder 38 losBuilderTop = LOSBuilder(topViewingDirections) 39 losBuilderBottom = LOSBuilder(bottomViewingDirections)

ModuleNotFoundError: No module named 'org.orekit.rugged'; 'org.orekit' is not a package

Maybe there's something wrong in the conda recipe.

Assignee
Assign to
Time tracking