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

Install script doesn't check or setup dependencies #1

Open
danlessa opened this issue Jan 7, 2021 · 0 comments
Open

Install script doesn't check or setup dependencies #1

danlessa opened this issue Jan 7, 2021 · 0 comments

Comments

@danlessa
Copy link
Member

danlessa commented Jan 7, 2021

When trying to use cadcad-cli on a fresh machine using Ubuntu 20.10, I ran into the following error:

>>> cadcad-cli
Traceback (most recent call last):
  File "/home/danlessa/repos/cadcad-org/cadcad-cli/bin/cadcad-cli", line 7, in <module>
    import yaml
ModuleNotFoundError: No module named 'yaml'

I can solve this manually by passing the following command

>>> pip install pyyaml

However, it may be a good idea if the install script solves the dependencies beforehand

@danlessa danlessa changed the title Install script must solve dependencies Install script doesn't check or setup dependencies Jan 7, 2021
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

1 participant