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

Tensorboard dependency produces repeated name not defined error #85

Open
KastanDay opened this issue Jun 16, 2022 · 2 comments
Open

Tensorboard dependency produces repeated name not defined error #85

KastanDay opened this issue Jun 16, 2022 · 2 comments
Labels
kind/bug Something isn't working

Comments

@KastanDay
Copy link

KastanDay commented Jun 16, 2022

While running the CLI, not having tensorboard installed in my current environment repeatedly produces an error on many of the CLI pages. Maybe the presence/absence of python packages can be detected ahead of time to avoid unintentional errors being displayed.

Example view:

▶ Choose a Plan 

<string> 1 <module>
"<string>", line 1
NameError:
name 'tensorboard' is not defined

# CLI output continues here...

MacOS, installed via Brew, version 0.0.17.

@starpit
Copy link
Collaborator

starpit commented Jun 16, 2022

thanks for the bug report. the guidebooks should try to install tensorboard if it is absent. perhaps this part failed.

were you running GLUE? could you include the full command line and full output of the console? thanks!

@KastanDay
Copy link
Author

Hi, thanks for the help.

I didn't see an option for GLUE. I selected BERT, the only option, and training (not fine-tuning). I wasn't running anything in the background -- do I need to run a supporting program?

Here's the full output from repeating the same steps.

Additionally, when creating COS keys I errored out. This is a separate bug, but I'll keep it in this issue for now.

Thanks again.

✔  Choice 8: Choose a Plan  · Lite
✖ Expanding IBM Cloud Object Storage Service Keys
✖ Expanding IBM Cloud Object Storage Service Keys

--------------------------------------------------------------------------------------------------------------
<string> 1 <module>
"<string>", line 1
>




NameError:
name 'tensorboard' is not defined
▶ Choose a Plan
ibmcloud resource service-instance-create ${S3_SERVICE} cloud-object-storage Lite global
FAILED
No resource group targeted. Use 'ibmcloud target -g RESOURCE_GROUP' to target a resource group.

ibmcloud resource service-instance-create ${S3_SERVICE} cloud-object-storage Lite global failed

@starpit starpit added the kind/bug Something isn't working label Jun 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants