Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

HEROKU --I am in a virtualenv in python and I was wondering if anyone knows what

ID: 3916933 • Letter: H

Question

HEROKU --I am in a virtualenv in python and I was wondering if anyone knows what this error is and how to fix it. One of the stackoverflow suggested that I run the ananconda prompt as admininster; I tried that and still get this error. For additional information, all my commandS including git add . ,git commit and git push heroku master worked.

(env) (base) C:Users lewisDocuments Heroku>heroku open Error opening web browser. Error: spawn cmd ENOENT Manually visit https://damp-bastion-86097.herokuapp.com/ in your browser.

Explanation / Answer

As i can see there are two environments are active (env) (base) and you wanted to use virtualenv so can you deactivate the anaconda by command

deactivate

if it successfully ran then you will see only one environment active that is (env) base should be not there

then try to run heroku if still not worked please provide the exception traceback so i will have some information to look into.