You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I like to try to install things "undockerised" as much as possible, I tried running python setup.py bdist_wheel in the src/ folder. (Not sure it's designed to be invoked this way, but still...)
Bottom line: I get:
error: [Errno 2] No such file or directory: 'das-cli.py'
The file I see in the source repository is das_cli.py. Not das-cli.py. Dash/Underscore mismatch.
The text was updated successfully, but these errors were encountered:
Hi.
As I like to try to install things "undockerised" as much as possible, I tried running
python setup.py bdist_wheel
in the src/ folder. (Not sure it's designed to be invoked this way, but still...)Bottom line: I get:
error: [Errno 2] No such file or directory: 'das-cli.py'
The file I see in the source repository is das_cli.py. Not das-cli.py. Dash/Underscore mismatch.
The text was updated successfully, but these errors were encountered: