anaconda / anaconda-project

Tool for encapsulating, running, and reproducing data science projects
https://anaconda-project.readthedocs.io/en/latest/
Other
219 stars 88 forks source link

Cannot upload a new project #277

Open moble opened 4 years ago

moble commented 4 years ago

Running anaconda-project upload consistently ends with the output

Please log in with the "anaconda login" command.

I do this, it says "login successful", and I try the upload again, but it gives me the same error.

The https://anaconda.org/<username>/projects page currently says

There are two ways to add projects here.

  1. From the project's directory on your computer, type anaconda-project upload.
  2. From Anaconda Navigator, in the Projects tab, upload via the bottom right Upload to Anaconda Cloud.

The first of these is what I describe above. I installed Anaconda Navigator to try the second one, but there's no such tab.

Is there currently any way to successfully upload a project?

jbednar commented 4 years ago

Works fine for me just now:

~/pyviz_overview4> anaconda-project upload 
  added pyviz_overview4/.gitattributes
  added pyviz_overview4/.gitignore
  added pyviz_overview4/01_Workflow_Introduction.ipynb
  added pyviz_overview4/anaconda-project.yml
  added pyviz_overview4/diseases.csv.gz
  added pyviz_overview4/nyc_taxi_50k.parq
  added pyviz_overview4/nyc_taxi_50k.py
  added pyviz_overview4/nyc_taxi_wide.py
Warning: env specs are not locked, which means they may not work consistently for others or when deployed.
  Consider using the 'anaconda-project lock' command to lock the project.
Upload successful.

I'm not sure how you'd debug it...