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

Static installation of C-Star fails #147

Open
NoraLoose opened this issue Oct 22, 2024 · 0 comments
Open

Static installation of C-Star fails #147

NoraLoose opened this issue Oct 22, 2024 · 0 comments
Assignees
Labels
user testing Issue revealed during user testing

Comments

@NoraLoose
Copy link
Contributor

Our internal tester @ubbu36 has found the first bug!

Installing C-Star statically via

pip install .

seems to lead to an incomplete installation of C-Star. Typing

import cstar

leads to the follwing error

ModuleNotFoundError: No module named 'cstar.base'

Installing C-Star dynamically (which is what the developers have done) via

pip install -e .

works fine.

dafyddstephenson added a commit to dafyddstephenson/C-Star that referenced this issue Oct 22, 2024
dafyddstephenson added a commit that referenced this issue Oct 22, 2024
update installation instructions until issue #147 resolved
@dafyddstephenson dafyddstephenson added the user testing Issue revealed during user testing label Oct 22, 2024
@dafyddstephenson dafyddstephenson self-assigned this Oct 22, 2024
dafyddstephenson added a commit to dafyddstephenson/C-Star that referenced this issue Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
user testing Issue revealed during user testing
Projects
None yet
Development

No branches or pull requests

2 participants