We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
C-Star
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.
The text was updated successfully, but these errors were encountered:
update installation instructions until issue CWorthy-ocean#147 resolved
7854a8d
Merge pull request #148 from dafyddstephenson/doc_tweaks
df904e3
update installation instructions until issue #147 resolved
e51a636
dafyddstephenson
No branches or pull requests
Our internal tester @ubbu36 has found the first bug!
Installing C-Star statically via
seems to lead to an incomplete installation of C-Star. Typing
leads to the follwing error
Installing C-Star dynamically (which is what the developers have done) via
works fine.
The text was updated successfully, but these errors were encountered: