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

Main.py Broken #476

Closed
heindorf opened this issue Nov 7, 2024 · 2 comments
Closed

Main.py Broken #476

heindorf opened this issue Nov 7, 2024 · 2 comments
Assignees

Comments

@heindorf
Copy link
Member

heindorf commented Nov 7, 2024

The command python main.py yields

Traceback (most recent call last):
  File "/home/heindorf/git/Ontolearn/main.py", line 25, in <module>
    from ontolearn.executor import execute
  File "/home/heindorf/git/Ontolearn/ontolearn/executor.py", line 40, in <module>
    from ontolearn.concept_learner import CELOE, OCEL, EvoLearner, NCES
ImportError: cannot import name 'OCEL' from 'ontolearn.concept_learner' (/home/heindorf/git/Ontolearn/ontolearn/concept_learner.py)
@Demirrr
Copy link
Member

Demirrr commented Nov 7, 2024

Please use main branch until this issue is fixed

@Demirrr
Copy link
Member

Demirrr commented Nov 7, 2024

fixed in #478

@Demirrr Demirrr closed this as completed Nov 7, 2024
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