kalpita01 / nsepython

A telegram bot which provides various details regarding National Stock Exchange market
4 stars 1 forks source link

ModuleNotFoundError: No module named 'dotenv' #1

Open mangeshsable1975 opened 3 years ago

mangeshsable1975 commented 3 years ago

ModuleNotFoundError: No module named 'dotenv'

kalpita01 commented 3 years ago

try installing dotenv module again in your machine, you can do that by typing this command in your terminal python -m pip install python-dotenv

mangeshsable1975 commented 3 years ago

i install donnov module after pip installing pynse, then also having error ``Defaulting to user installation because normal site-packages is not writeable

Collecting https://github.com/mangeshsable1975/pynse.git https://github.com/mangeshsable1975/pynse.git Downloading https://github.com/mangeshsable1975/pynse.git https://github.com/mangeshsable1975/pynse.git ERROR: Cannot unpack file C:\Users\admin\AppData\Local\Temp\pip-unpack-894y89_q\pynse.git (downloaded from C:\Users\admin\AppData\Local\Temp\pip-req-build-z39msn03, content-type: text/html; charset=utf-8); cannot detect archive formatERROR: Cannot determine archive format of C:\Users\admin\AppData\Local\Temp\pip-req-build-z39msn03WARNING: You are using pip version 20.2.3; however, version 21.2.4 is available.You should consider upgrading via the 'c:\program files\python38\python.exe -m pip install --upgrade pip' command.

On Fri, Sep 24, 2021 at 11:40 AM Kalpita @.***> wrote:

Closed #1 https://github.com/kalpita01/nsepython/issues/1.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kalpita01/nsepython/issues/1#event-5353980457, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQGUUT3Y7WJRIGDMTIGAUXDUDQI55ANCNFSM5CF7XOEA .

kalpita01 commented 3 years ago

You're facing this error as you don't have git installed in your machine. You can download it over here - https://git-scm.com/downloads

I would suggest you clone the repository once again in your machine, after that install pynse and pyTelegramBotAPI modules. You can do that by typing these commands in your terminal. pip install --upgrade git+https://github.com/StreamAlpha/pynse.git pip install pyTelegramBotAPI

Note:-

mangeshsable1975 commented 3 years ago

sorry kalpita my computer was not working. sorry for Delay i have follow the steps as you suggest in earlier mail

pip install --upgrade git+https://github.com/StreamAlpha/pynse.git pip install pyTelegramBotAPI both steps installed without errors & i had enter bot's API within the code stell have some error

C:\Users\admin\AppData\Local\Programs\Python\Python39\python.exe: Error while finding module specification for 'pyramid.scripts.pserve' (ModuleNotFoundError: No module named 'pyramid')

please suggest solution

thanking you

mangesh

On Mon, Oct 18, 2021 at 7:10 PM Kalpita @.***> wrote:

Closed #1 https://github.com/kalpita01/nsepython/issues/1.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kalpita01/nsepython/issues/1#event-5478502605, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQGUUT5NNV5OOUTK2M5UK3TUHQPVJANCNFSM5CF7XOEA .

mangeshsable1975 commented 3 years ago

ERROR IN DEBUGPY\LAUNCHER [image: image.png]

On Sat, Aug 21, 2021 at 10:47 PM Kalpita @.***> wrote:

try installing dotenv module again in your machine, you can do that by typing this command in your terminal python -m pip install python-dotenv

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kalpita01/nsepython/issues/1#issuecomment-903147469, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQGUUT3AOJMGDYTYCAUHC6LT57NUPANCNFSM5CF7XOEA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

mangeshsable1975 commented 3 years ago

good evening kalpita nsepython bot is working now thanks, i would like to suggest some modification,

thanking you

On Sat, Aug 21, 2021 at 10:47 PM Kalpita @.***> wrote:

try installing dotenv module again in your machine, you can do that by typing this command in your terminal python -m pip install python-dotenv

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kalpita01/nsepython/issues/1#issuecomment-903147469, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQGUUT3AOJMGDYTYCAUHC6LT57NUPANCNFSM5CF7XOEA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

kalpita01 commented 3 years ago

Yes, indeed these features can be implemented. Thanks for the suggestions, will try to work on these suggestions in the future. Feel free to make a pull request if you can add any new features.