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

neptune.exceptions.MissingApiToken: Missing API token. #5

Closed
gong-lei opened this issue Nov 17, 2020 · 2 comments
Closed

neptune.exceptions.MissingApiToken: Missing API token. #5

gong-lei opened this issue Nov 17, 2020 · 2 comments

Comments

@gong-lei
Copy link

for the below three rows:
if self.config.neptune:
neptune.init(project_qualified_name="solacex/segmentation-DA")
neptune.create_experiment(params=self.config, name=self.config["note"])

get the below rseult:
neptune.exceptions.MissingApiToken: Missing API token. Use "NEPTUNE_API_TOKEN" environment variable or pass it as an argument

it's so strange for me, can you tell me how to tackle this problem?

@Solacex
Copy link
Owner

Solacex commented Nov 17, 2020

Hello, run with neptune=0 will solve this problem.

@gong-lei
Copy link
Author

Thanks so much!

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

2 participants