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

[Bug] CLI not working (remove CLI from this package) #3

Open
dsmits opened this issue Oct 9, 2023 · 2 comments
Open

[Bug] CLI not working (remove CLI from this package) #3

dsmits opened this issue Oct 9, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@dsmits
Copy link
Member

dsmits commented Oct 9, 2023

I installed the latest version:

>>> vtest run-test-algorithm
Traceback (most recent call last):
  File "/home/dsmits/mambaforge/envs/v6-local/bin/vtest", line 5, in <module>
    from cli.test import cli_test
ModuleNotFoundError: No module named 'cli'

Makes sense that it can't find the module named cli because cli is just a folder, not a module (as far as I can see)

@dsmits dsmits added the bug Something isn't working label Oct 9, 2023
@bartvanb
Copy link
Member

bartvanb commented Oct 9, 2023

Hi @dsmits , can you solve this temporarily by doing an editable install (pip install -e .)?
I think the CLI part shouldn't stay here but be moved to the general CLI (probably for v4.1) and that would be a good time to solve this properly.

@frankcorneliusmartin frankcorneliusmartin changed the title [Bug] CLI not working [Bug] CLI not working (remove CLI from this package) Jan 23, 2024
@frankcorneliusmartin
Copy link
Contributor

Cli has now moved to the vantage6 package. However it still needs to be removed from this package. I updated this issue, so that we do not forget.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants