₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,020 members, 8,419,965 topics. Date: Thursday, 04 June 2026 at 08:26 AM

Toggle theme

Temyaz's Posts

Nairaland ForumTemyaz's ProfileTemyaz's Posts

1 2 (of 2 pages)

PhonesRe: Old Phones For Cash by Temyaz(m): 8:54pm On Aug 25, 2024
Jayrow08:
26k
Send pics of the phone
FamilyRe: Dad 'Proposes' To 20-Year-Old Daughter With Purity Ring (Video) by Temyaz(m): 4:00pm On Aug 18, 2024
Sirmwill:
She looks 13
na 12
PhonesRe: Old Phones For Cash by Temyaz(m): 3:20pm On Aug 15, 2024
Jayrow08:
My Redmi 8a still dey here, e still neat.
price
PhonesRe: Old Phones For Cash by Temyaz(m): 10:26am On Aug 15, 2024
jendor123:
How do you buy it?
hey?
ProgrammingRe: Need Help On Flask Installation On Pc by Temyaz(op): 10:07pm On Jul 13, 2024
PulsingPurple:
Good Evening boss...

Which other pip error is that?
Can you drop the error message and what you were trying to do?
i'm talking about the previous error you help me with
ProgrammingRe: Need Help On Flask Installation On Pc by Temyaz(op): 7:47pm On Jul 09, 2024
[quote author=PulsingPurple post=130717113][/quote]good day bro. I was able to install flask and other python libraries like jinja2,pymsql, and werkzeug and more with pip. Through hotspot data connection i was able to do all the installation. Thanks for sharing your idea with me. And also for looking out to solve the pip error
ProgrammingRe: Need Help On Flask Installation On Pc by Temyaz(op): 11:08pm On Jun 29, 2024
PulsingPurple:
Ohh I see

You're welcome bro.
I could drop some data to the number in your signature if you don't mind
thanks for you trying to be there. Don't worry to drop data. Cuz if you do it's not useful. I'm using keypad phone there's no way i can use it to connect to my pc for network.
ProgrammingRe: Need Help On Flask Installation On Pc by Temyaz(op): 5:21pm On Jun 29, 2024
PulsingPurple:
It doesn't work?

Sorry I'm knowledgeable on this aspect, that's why I asked the AI.
thanks so much. What you give me is legit it just that i'll need internet connection for pip to install the flask
ProgrammingRe: Need Help On Flask Installation On Pc by Temyaz(op): 12:13am On Jun 29, 2024
PulsingPurple:
Here's a reply from AI...

Absolutely! Let's troubleshoot this Flask installation issue. Here's a breakdown of the problem and steps to resolve it:

Understanding the Issue:
The error "scripts is disabled on this system" typically arises due to Windows PowerShell's execution policy. By default, it prevents the execution of scripts (including those used to activate virtual environments) for security reasons.

Resolution Steps:

Check Execution Policy: Open PowerShell as an administrator and run
Get-ExecutionPolicy
. The output will likely be "Restricted."
Change Execution Policy (Temporarily): To allow script execution for the current session, run
Set-ExecutionPolicy RemoteSigned
. This enables you to activate your virtual environment.
Change Execution Policy (Permanently): For a lasting solution, run
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
. This changes the execution policy for your user account.
Activate Virtual Environment: Navigate to your project directory in the command prompt or PowerShell and run the activation script (e.g.,
venv\Scripts\activate
or
venv\Scripts\activate.ps1
).
Install Flask: After activating the virtual environment, run
pip install Flask
. It should now install without issues.


Additional Tips:

Alternative Activation: If you're using PowerShell, try running the activation script with
. .\venv\Scripts\activate.ps1
instead of just
venv\Scripts\activate.ps1
.
Python Version: Ensure you're using a compatible Python version for Flask.
Permissions: Make sure you have the necessary permissions to create and modify files in your project directory.


Important Note: Changing the execution policy can have security implications. If you're unsure, consider consulting with someone knowledgeable about system administration before making this change.

Hoping it helps...

ProgrammingRe: Need Help On Flask Installation On Pc by Temyaz(op): 11:02pm On Jun 28, 2024
Thanks
ProgrammingRe: Need Help On Flask Installation On Pc by Temyaz(op): 1:13am On Jun 28, 2024
EMMY4j:
What is the error you’re getting with pip?

ProgrammingNeed Help On Flask Installation On Pc by Temyaz(op): 12:53pm On Jun 27, 2024
I was trying to install flask with pip install flask but it's not working. So i tried installing it with virtual environment but after when i want to activate virtual environment the command prompt show error 'that scripts is disable on my window '. Pls i need help
PhonesRe: Old Phones For Cash by Temyaz(m): 11:51am On Jun 27, 2024
[quote author=jendor123 post=130545534][/quote]hello
PhonesRe: Old Phones For Cash by Temyaz(m): 5:54am On Jun 23, 2024
jendor123:
How do you buy it?
i live close to sango. You can choose a location. And we can chat privately on facebook,search for ceo of zeezchat on google you'll see my profile link the profile name is Oluwa damilare.
PhonesRe: Old Phones For Cash by Temyaz(m): 2:15am On Jun 18, 2024
jendor123:
Yes. Still available
prices
PhonesRe: Old Phones For Cash by Temyaz(m): 6:43pm On May 17, 2024
jendor123:
Sango ota. I have Samsung, infinix Nokia Lumia etc
still available?
Science/TechnologyI Need Front-end Developer Job by Temyaz(op): 12:08am On Feb 01, 2024
This is another new month in this new year,for me,i want dis year to be better than past years in my life and i want to achieve&learn alot of New things.

I understand both HTML&CSS and few in javascript,i don't know if anybody can help me to get a job that i can do with my knowledge in web development,so that atleast i can earn a little money with my understanding.i don't have a system yet,but i wish to get it(that's why i wanna work).i've many plans may GOD help me sha.
Thanks!!!
ProgrammingRe: Are You A Java Expert? Indicate Here And Never Go Broke Ever Again by Temyaz(m): 11:32pm On Jan 31, 2024
Deicide:
i know System.out.print("hello, world!" ) does that count?
Me Too Ooo
ProgrammingRe: Join Us For Your Coding Experience If You Live In Ota/sango by Temyaz(m): 8:38pm On Jan 23, 2024
Do u know any engineer at sango?
ProgrammingRe: Join Us For Your Coding Experience If You Live In Ota/sango by Temyaz(m): 8:37pm On Jan 23, 2024
fixzycode:
You can learn programming on codefixzy.com for free

They will even guide you on the right path to follow as a beginner so that you avoid the mistake many beginners do while starting out.

They will guide you on different programming roadmaps. The beautiful aspect of that site is that if you are trying to take a unique programming path and you can't find the guide on that site, you just leave a message in the comment section and the experts on that site will provide one for you.

Check this out https://www.codefixzy.com/from-html-to-python-a-comprehensive-roadmap-for-beginner-programmers/
Thanks.
ProgrammingRe: Join Us For Your Coding Experience If You Live In Ota/sango by Temyaz(m): 8:06pm On Jan 22, 2024
i'd love to join
but i no get laptop
PhonesRe: I Love Old Phones by Temyaz(op): 8:30pm On Jan 10, 2024
Idarachris84:
When you see Phantom V Flip, you will lose appetite for old and chase after new.
Sir,can u get me one?
ProgrammingRe: Chatgpt Code by Temyaz(op): 6:38pm On Dec 15, 2023
airsaylongcome:
Clarify what you mean? I suspect you'd need to use the API, which is a $20/month subscription
okay
ProgrammingChatgpt Code by Temyaz(op): 12:41pm On Dec 12, 2023
How can add chagpt to my website code?
PhonesI Love Old Phones by Temyaz(op): 9:37pm On Dec 10, 2023
Hello Guys!!!
Is there anyone that want to sell blackberry/asha phone or techno phone{with whatsapp) either new or second-hand(tokunbo)huh
i want to buy it.Thanks
location:sango ota
contact:07041502587
GamingRe: Any PSP For Sale? location:sango Ota by Temyaz(op): 12:07am On Oct 22, 2023
abiodunbright:
I sell tokunbo so chat me on WhatsApp 0814229704six
I'm not on whatsapp
ProgrammingRe: How To Make A Website From Scratch Using That Your Mobile Phone For Java Phones, by Temyaz(m): 11:20pm On Oct 21, 2023
Craigston:
I used to do this on my Nokia X2-02 then. I used Blue ftp and Moby Explorer to do it. You can also use JTextLite as your text editor. You are really creative^^^^^^^^ezugudor.
Shey You Still Get That Nokia X2 Phone
GamingAny PSP For Sale? location:sango Ota by Temyaz(op): 8:54pm On Oct 19, 2023
Cheapest psp i can buy,pls i want a trustworthy person.
how much is it??
ProgrammingRe: Help Me With The Code by Temyaz(op): 8:23pm On Oct 08, 2023
qtguru:
Wow sorry about that, it's not going to be easy doing that with a mobile phone, talk less of J2ME, wish you all the best. will be monitoring this thread.
Thanks
ProgrammingRe: Help Me With The Code by Temyaz(op): 11:54am On Oct 05, 2023
ProgrammingRe: Help Me With The Code by Temyaz(op): 8:51pm On Oct 04, 2023
ANormalHuman:
Drop me your Facebook handle boss
Oluwa Damilare
ProgrammingRe: Help Me With The Code by Temyaz(op): 8:34pm On Oct 04, 2023
ANormalHuman:
Mehn I'd love to see your work when you're done.
ok

1 2 (of 2 pages)