gtmray / Portfolio-Management-System

A Database Management System(DBMS) project on stock market portfolio management system which also consists of scrib suggestion by analyzing fundamental and technical signals.
20 stars 7 forks source link

why it showing this #6

Closed dhananjay1410 closed 1 year ago

dhananjay1410 commented 1 year ago

python -u "c:\Users\Asus\Downloads\Portfolio Management System-20221127T171635Z-001\Portfolio Management System\tempCodeRunnerFile.py" Traceback (most recent call last): File "c:\Users\Asus\Downloads\Portfolio Management System-20221127T171635Z-001\Portfolio Management System\tempCodeRunnerFile.py", line 1, in db = yaml.load(open('db.yaml')) NameError: name 'yaml' is not defined

gtmray commented 1 year ago

The yaml file contains passwords and keys for the database. So, it's ignored in gitignore.

Dhenu-Sarang commented 11 months ago

even i am facing the same error. Please tell me how to fix it . I need to fix it as soon as possible