ImportError: cannot import name 'dotenv_values' from 'dotenv' #15
yashpal2002
started this conversation in
General
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
PS C:\Users\hp> & C:/Users/hp/AppData/Local/Programs/Python/Python310/python.exe c:/Users/hp/Desktop/PYTHON/QtsApp-main/example.py
Traceback (most recent call last):
File "c:\Users\hp\Desktop\PYTHON\QtsApp-main\example.py", line 9, in
from qtsapp import *
File "C:\Users\hp\AppData\Local\Programs\Python\Python310\lib\site-packages\qtsapp_init_.py", line 24, in
from qtsapp.lib import *
File "C:\Users\hp\AppData\Local\Programs\Python\Python310\lib\site-packages\qtsapp\lib.py", line 42, in
from dotenv import dotenv_values
ImportError: cannot import name 'dotenv_values' from 'dotenv' (C:\Users\hp\AppData\Local\Programs\Python\Python310\lib\site-packages\dotenv_init_.py)
PS C:\Users\hp>
Can anybody help in it?
Beta Was this translation helpful? Give feedback.
All reactions