DevKanui / FMI-off-automatisation

22 stars 5 forks source link

ModuleNotFoundError: No module named 'dotenv' #3

Open axi6ne8us opened 1 year ago

axi6ne8us commented 1 year ago

I tried, but ran into this error: C:\Users\Bhagiratha\Desktop\FMI-off-automatisation-main\skript>py checkbox.py Traceback (most recent call last): File "C:\Users\Bhagiratha\Desktop\FMI-off-automatisation-main\skript\checkbox.py", line 2, in from dotenv import load_dotenv ModuleNotFoundError: No module named 'dotenv'

C:\Users\Bhagiratha\Desktop\FMI-off-automatisation-main\skript>

DevKanui commented 1 year ago

Try pip install python-dotenv and restart the cmd after

DevKanui commented 1 year ago

Make sure you did install the requirements txt as stated in the quick tutorial

axi6ne8us commented 1 year ago

Yes, I did the requirements.txt install without errors. but I get this when installing dotenv

C:\Windows\System32>pip install python-dotenv Requirement already satisfied: python-dotenv in c:\users\bhagiratha\appdata\local\programs\python\python310\lib\site-packages (1.0.0)

DevKanui commented 1 year ago

That’s weird please install visual studio code and open the checkbox.py install the recommended compilers(will appear on the bottom) send me a screenshot of the from parts

axi6ne8us commented 1 year ago

checkbox-Screenshot

DevKanui commented 1 year ago

Yeah this should only happen when requirements aren’t installed can you open a terminal in vs code and do it again in that terminal?

axi6ne8us commented 1 year ago

same error happens checkbox-vsc-terminal

axi6ne8us commented 1 year ago

I tried with a clean Windows 10 install system, but still getting those errors: clean-win-install-errors.txt

DevKanui commented 1 year ago

hey when you got some time maybe send me your anydesk and i could check it

axi6ne8us commented 11 months ago

I managed to get the script to run, but now getting output "Cloud management controller initialization aborted as CBCM is not enabled" How to solve this problem?