Spent one afternoon trying to learn solution(s) from websites and stack overflow. This guy solved my problem in 3 minutes. Hint: If you have the package already installed but still is not found by your compiler that means you are using wrong/default interpreter. Change it as mentioned in the video.
God bless you, dude! I've been having this problem for months and non of the "TOP" computer guys could deliver the solution. Here is a like and a sub. Thank you!
Thanks a lot for the help. I have spent more than 4 months trying to resolve this but did it in less than 2 minutes after watching your video. Thanks a lot
[HOW TO FIX THIS ERROR ] import : The term 'import' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + import pandas + ~~~~~~ + CategoryInfo : ObjectNotFound: (import:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
This is the one true solution to those import errors. I thought that a single "pip install ___" could be used by all Python projects on your computer, yet the true solution is to install it manually for each project as Python modules may have different versions one from another, hence virtual environment is the answer. Thanks.
You deserve a sub with all notifications and if you wanna grow your channel reply to some comments bro, but make sure you reply to comments in every single video
After I import numpy and run a simple code a = numpy.array ([1,2,3]) Print (a) I got an error [partially initialized module 'numpy' has no attribute 'array' ] ( most likely due to a circular import)
Even after trying to create the virtual environment the terminal is showing me that it "cannot be loaded because running scripts is disabled on this system"....what can I do..pls help me out
bro this is not working on my system as erors is show ""running scripts are disabled in this system ...check settings""" i dont how to chnge this system settings...??????????
Hi man, i have this error: import flask could not be resolved from source pylance. I can not fix with the method of the video. It's emergencially, can you help me?
i ran a code in jupyter notebook for scatter plot.but this problem is occured A module that was compiled using NumPy 1.x cannot be run in NumPy 2.0.0 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with 'pybind11>=2.12'. If you are a user of the module, the easiest solution will be to downgrade to 'numpy
HI your explanation is good, but for me when i open the new terminal (1:48) the venv is not creating, (2:00) the thing which is displayed on the screen is not coming in my laptop)
sir,actually I'm facing a problem while making connectivity , as I already installed pip but after that also my import command is not responding and it give me a module not found error. so please help me.
Bro it's not working in my system , it's showing an error that file cannot be loaded because running script is disabled on this system .... please help...🙏
Bro This error is Caused because of your system Security. So, do this Steps To avoid it.👇🏻 1. Press the windows-button on your keyboard. 2. Type 'PowerShell' 3. Right-click Windows PowerShell 4. Click Run as Administrator 5. Run the following command "Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine " and confirm with Y I think You Get it😉
These steps doesn't work for selenium library in python. It after creating virtual environment it is still showing yellow line in imported module and while installing the library by pip it is showing "requirements already satisfied".
I am still getting this error ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: 'C:\\Users\\hp\\AppData\\Local\\Programs\\Python\\Python39\\Lib\\site-packages\\pip\\_vendor\\distlib\\t64.exe' Check the permissions.
after following the steps i am getting error File E:\python_venv\venv\Scripts\Activate.ps1 cannot be loaded because running scripts is disabled on this system , how to deal with this
i have installed PyQt5 and sqlite3 module bt when i import them in my file in vs code they says module not accessed by Pylance and thus not able to import any module form them can you please help me
still I'm getting the following error :- ImportError: COM technology not available (maybe it's the wrong platform). Note that COM is only supported on Windows.
I tried it in each and every way but I am getting this error: ": File C:\Users\shahv\OneDrive\Desktop\Studienarbeit\EXPLAINABLE AI STUDIENARBEIT\xai-series-master\STUDIENARBEIT\xai-series-master\venv\Scripts\Activate.ps1 cannot be loaded because running scripts is disabled on this system" I dont know why, could you please help me with this?
Hello, I am getting errors in the installation of the camelot package. I installed all the dependencies but still, it is giving an error . can you please make a video on it.
I cannot run module ttkbootstrap, can anyone help. I've installed it yet i cannot compile the code, it shows the error *No module named 'ttkbootstrap'*
How to fix this error? Error: Command '['E:\\Visual\\Scripts\\python.exe', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 101.
im facing issue like:_ S C:\J.W.P> bash "c:\J.W.P\venv\Scripts\activate" bash : The term 'bash' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + bash "c:\J.W.P\venv\Scripts\activate" + ~~~~ + CategoryInfo : ObjectNotFound: (bash:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
Complete the above video procedure. It solves 90 percent of the cases If it still shows error change the interpreter back to the recommended one it will fix the issue.
Thanks, dude. I did not understand a single word, but the visuals were good enough
Same
indians are literally best at this lmao
point to point baat ki he tumne nahi apne baare me intro diya na hi channel ka intro diya nice good work. sahi me i really appreciated
so after wasting whole day this is the only video that helped
Seriously
Spent one afternoon trying to learn solution(s) from websites and stack overflow. This guy solved my problem in 3 minutes.
Hint: If you have the package already installed but still is not found by your compiler that means you are using wrong/default interpreter. Change it as mentioned in the video.
dude this was more helpful than the video itself
Thnakyou bhaiiii finally 3-4 videos dekne ke bad apki video mili or ek bar mai kam hogaya ❤❤
Thank you bro....
Jo koi channel nahi easily bata paya...tumne bata diya
God bless you, dude! I've been having this problem for months and non of the "TOP" computer guys could deliver the solution. Here is a like and a sub. Thank you!
man just said that this guy isn't an TOP GOD COMPUTER GUY??????
10/10 tutorial
Programming with Harry is 10x better than him , but I am not saying that he is not good
Been a long time since you have commented; But you are absolutely right!
It is very helpful... Thank god I found your video... This issue made waste 10 hours of my life... Nobody gave the perfect explanation like you
Best video ever dude. Thanks alot from my heart. Watch infinite videos and then got this one thank you
arey bhai pagal hogaya tha m is error k chakkar m khin soln ni mila thankx bro thank you very much this worked for me.
I love you yrrr! Pta hai kitna sara time bchaya apne mera! Subscribed!! Love you!!!
Thanks a lot for the help.
I have spent more than 4 months trying to resolve this but did it in less than 2 minutes after watching your video.
Thanks a lot
Same man a whole month
Thank you. It is very helpful. Thank god I found your video. This issue made wasted 3 Weeks.
Man you're the best, I wish you only the best, my brain was slowly dying from this and you saved me.
Thanks brother
idk how can i thank you ..... God bless you man,,,,, more and more power to you
[HOW TO FIX THIS ERROR ]
import : The term 'import' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ import pandas
+ ~~~~~~
+ CategoryInfo : ObjectNotFound: (import:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Same error
hi, did u solve this problem? If yes, may I know how to fix it?
This is the one true solution to those import errors. I thought that a single "pip install ___" could be used by all Python projects on your computer, yet the true solution is to install it manually for each project as Python modules may have different versions one from another, hence virtual environment is the answer. Thanks.
OMFG DUDE I DONT EVEN UNDERSTAND HINDI BUT YOU SAVED MY LIFE
this is simply superb ...what a trick boss (Prateek) .....perfect
He solved Problem I was trying for hour but now I solved it by watching this video thanks
Bro's recording in 12 am. I will say he is a legend
Thank you so much bro! mujhay ye problem mahinon se tha but thanks to you today i finally solved it ...thank you so so so much
Fantastic, managed even without english you speaking English, thumbs up :D
Thank you! 😃
thanks a lot bro. after breaking my head for hours you finally solved this issue
Happy to help
bro you really a good programmer
meri kafi help ho gai pls asie contents dalte raho
You deserve a sub with all notifications and if you wanna grow your channel reply to some comments bro, but make sure you reply to comments in every single video
Bhaai 2ghnte se pareshaan ho gya tha.. thank you for helping 🙏🏻🙃
finally !! AFTER TOOO TOO MANY ATTEMPTS OF DIFF VID'S ....
thank u soooooooooooooooooooooo much bruhhh
thankyew so much mera dil kr raha pyautogui wala module use krky apko 1 lac
dafa thankyew kah dun
Thanks bro I was stuck here for almost 5 days
Thank you so much dude! It really is the small youtubers who turn the biggest results
Still showing
Module not found error: no modeule named pydictionary
thanks buddy for solution you are a life savior :)
Bhai .... 2 din se lga tha aaj clear hua h 🙏🙏♥️
You saved my studies for the day, thank you
After I import numpy and run a simple code
a = numpy.array ([1,2,3])
Print (a)
I got an error [partially initialized module 'numpy' has no attribute 'array' ] ( most likely due to a circular import)
Thank you! After hours of trying, this is the only thing that worked!
same bro
Please help me to execute my code :
ModuleNotFoundError : No module named 'sketchpy'
Even after trying to create the virtual environment the terminal is showing me that it "cannot be loaded because running scripts is disabled on this system"....what can I do..pls help me out
Unable to set the virtual environment help me
defaulting to user installation because normal site-packages is not writable
bro lots of love from past 1 hr i m thinking why its not showing and your video is awesome love you xoxx
Thanks bro
Don't know Hindu but your a life saver Thanks take my like and sub
Where do I install this main file?
i am trying to install playsound module but it is showing import error. plz help...
El mejor video, me bastó solo con cambiar el interprete a Python 3.12. Supongo que los módulos estaban instalados ahí :D
bro this is not working on my system as erors is show ""running scripts are disabled in this system ...check settings""" i dont how to chnge this system settings...??????????
broooo! you are genius you solved my problem.
thank you so much😍💖
i subscribed❤
Really it works!!
Hi man, i have this error: import flask could not be resolved from source pylance. I can not fix with the method of the video. It's emergencially, can you help me?
Sure, I'll help you. Share your Anydesk ID over kumarprateek21@gmail.com
i ran a code in jupyter notebook for scatter plot.but this problem is occured
A module that was compiled using NumPy 1.x cannot be run in
NumPy 2.0.0 as it may crash. To support both 1.x and 2.x
versions of NumPy, modules must be compiled with NumPy 2.0.
Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.
If you are a user of the module, the easiest solution will be to
downgrade to 'numpy
HI your explanation is good, but for me when i open the new terminal (1:48) the venv is not creating, (2:00) the thing which is displayed on the screen is not coming in my laptop)
sir,actually I'm facing a problem while making connectivity , as I already installed pip but after that also my import command is not responding and it give me a module not found error. so please help me.
Hi Pratik when installing python matplot it giving me some warnings and also get stuck not able to import numpy and matplot library
Bro it's not working in my system , it's showing an error that file cannot be loaded because running script is disabled on this system .... please help...🙏
Bro This error is Caused because of your system Security. So, do this Steps To avoid it.👇🏻
1. Press the windows-button on your keyboard.
2. Type 'PowerShell'
3. Right-click Windows PowerShell
4. Click Run as Administrator
5. Run the following command "Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine " and confirm with Y
I think You Get it😉
You are simply great! like no words can describe how much you helped me here!!! Thanks a lot!!
Brother, i think you just borrowed my words. I've been battling with this for like a week now. finally
These steps doesn't work for selenium library in python. It after creating virtual environment it is still showing yellow line in imported module and while installing the library by pip it is showing "requirements already satisfied".
Do you know how this works on Mac OS??
sir my python file not run error showing- import request could not be resolved form source pylance (report missing module source), sir please help.
You are saviour... 😭👍👍💐
Happy to help
i installed numpy, pandas and mysl-connector-python but all are not going to import Error is No module found
bro it is showing that module is not found pls help bro
pyttsx3 module
LIFESAVER OMG. CONGRATZ ON 69 SUBS
What is aifc module? I'm getting that error only
Actually I am importing sounddevice as sd and I also installed library ,there is no error but due to import sounddevice my program is not working
Thank you so much. Your video saved my life.....
How to fix this error... please help me
ModuleNotFoundError: No module named 'pytz'
I wish I could pay you. You are a lifesaver🙏.
I am still getting this error
ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: 'C:\\Users\\hp\\AppData\\Local\\Programs\\Python\\Python39\\Lib\\site-packages\\pip\\_vendor\\distlib\\t64.exe'
Check the permissions.
after following the steps i am getting error File E:\python_venv\venv\Scripts\Activate.ps1 cannot be loaded because running scripts is disabled on this system , how to deal with this
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser run this command in terminal window
Bro I'm facing Distutils.Version something error, NoModulenamed "Distutils" How to fix it bro
While trying to replicate the path not all were yellow so I kept getting error any help?
i have installed PyQt5 and sqlite3 module bt when i import them in my file in vs code they says module not accessed by Pylance and thus not able to import any module form them can you please help me
I am getting as access denied for my C drive link. What do i do?
I have this issue on ubuntu and there doesn't exists the "scripts" folder :(
Bhai Mera terminal mai jab venv dala toh access is denied dikha Raha hai pls help
Thank you! Finally the issue was solved!
💕Thank you very much, my problem has been successfully resolved
from werkzeug import secure_filename, FileStorage
ImportError: cannot import name 'secure_filename'
how to solve tis?
still I'm getting the following error :-
ImportError: COM technology not available (maybe it's the wrong platform).
Note that COM is only supported on Windows.
thank you sir after 1 hour finally solve the issue
I tried it in each and every way but I am getting this error: ": File C:\Users\shahv\OneDrive\Desktop\Studienarbeit\EXPLAINABLE AI
STUDIENARBEIT\xai-series-master\STUDIENARBEIT\xai-series-master\venv\Scripts\Activate.ps1 cannot be loaded because running scripts is disabled on this system" I dont know why, could you please help me with this?
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser run this command in terminal
brother mine one doesn't working
what to do please suggest me, I'm importing tensorflow.
explored too much but did not find the relevant
thanks a lot i was stuck with the same prob but with django thanks a lot it solved in a sec!!!!!!!!!!!!!
Hello, I am getting errors in the installation of the camelot package. I installed all the dependencies but still, it is giving an error . can you please make a video on it.
Do we need to do every time we open project
u r a life saver bro😍
Thanks
I cannot run module ttkbootstrap, can anyone help. I've installed it yet i cannot compile the code, it shows the error *No module named 'ttkbootstrap'*
Access denied. How to solve. This comes just after i run python -m venv path\venv
I'm still getting
Import "requests" could not be resolved from source Pylance(reportMissingModuleSource)[1,8]
Can someone help me I don't know how to solve this problem: cannot be loaded because running scripts is disabled on this system. For more information
How to fix this error?
Error: Command '['E:\\Visual\\Scripts\\python.exe', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 101.
Great Video, resolved my issue!!
Sir, I tried this trick for importing the pyautogui , I installed it but it doesn't work please help me
im facing issue like:_
S C:\J.W.P> bash "c:\J.W.P\venv\Scripts\activate"
bash : The term 'bash' is not recognized as the name of a cmdlet, function, script file, or operable program. Check
the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ bash "c:\J.W.P\venv\Scripts\activate"
+ ~~~~
+ CategoryInfo : ObjectNotFound: (bash:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Please Slove that issue
Bhai btado prblm kya hai usme aa rha hau modulenotfounderror: No module named ‘bottle.ext.websocket’😢
Complete the above video procedure. It solves 90 percent of the cases
If it still shows error change the interpreter back to the recommended one it will fix the issue.
module gpsphoto is installed successfully but at run time showing module not found error
I have a problem in running the server
No module named file name . Settings
Hey..even after using venv..error is popping up saying no module named pygame..any inputs?