我想通过 Python 访问 WRDS。我正在使用 Pycharm。
我已经在我的虚拟环境中安装了 WRDS。
我已将代码编写为:
import wrds
db = wrds.Connection(wrds_username='Seanusername')
db.create_pgpass_file()
当代码运行时,它会询问我的用户名,但没有任何反应。它不会进一步询问我的密码,也没有错误。
云有人建议我做错了什么?还是使用 Pycharm 有问题?!
非常感谢
我想通过 Python 访问 WRDS。我正在使用 Pycharm。
我已经在我的虚拟环境中安装了 WRDS。
我已将代码编写为:
import wrds
db = wrds.Connection(wrds_username='Seanusername')
db.create_pgpass_file()
当代码运行时,它会询问我的用户名,但没有任何反应。它不会进一步询问我的密码,也没有错误。
云有人建议我做错了什么?还是使用 Pycharm 有问题?!
非常感谢