55. Package your Python code as Wheel File

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ม.ค. 2025

ความคิดเห็น • 31

  • @Umerkhange
    @Umerkhange ปีที่แล้ว +1

    Awesome as always but start watching from 12:00

  • @janivimal
    @janivimal ปีที่แล้ว

    Great tutorial, to the point and easy to understand with e2e example. Thanks for sharing !!

  • @pranabkumarmoharana1137
    @pranabkumarmoharana1137 2 ปีที่แล้ว +3

    You have only one file, calculations. So while running file wheel file, it is running perfectly. I have multiple files and I am importing methods from one to another. After installing wheel file and running it, system can't detect other files except for the main file.
    Is there any other way to pack all the files to package

  • @masterblaster434
    @masterblaster434 ปีที่แล้ว

    simple and sweet , great for begineers😃

  • @MikeSantos-pv5wf
    @MikeSantos-pv5wf 7 หลายเดือนก่อน

    Hiiii WafaStudies and everyone in the chat :D
    So I managed to get all the way to 19:20, but when I click "calculations." addition, subtraction, multiplication is not on the drop down list?
    Any guidance

    • @MikeSantos-pv5wf
      @MikeSantos-pv5wf 7 หลายเดือนก่อน

      To answer my question,
      What I did to fix my issue was ...
      1) Delete everything and start from scratch
      2) As I was creating each file, I made sure to save before I made a new file (not sure if that was what fixed it, but it worked for me)
      THANKS WafaStudies!

  • @ParveenKumar-oc3np
    @ParveenKumar-oc3np ปีที่แล้ว

    Thanks. You have explained it very nicely.

  • @abdulcaderrawuther1014
    @abdulcaderrawuther1014 หลายเดือนก่อน

    Hi, I'm running Python 3.12.4 but pip --version gives following error message " pip is not recognize internal or external command, operable program or batch file.
    how can I solve this? do I have to install pip? pls give clear view.
    thank you.

  • @AbhishekSahaTheTitan
    @AbhishekSahaTheTitan ปีที่แล้ว

    Is this package also run on Linux system. If it is built on windows?

  • @VintageForYou
    @VintageForYou 4 หลายเดือนก่อน

    I am getting this error (Getting requirements to build wheel did not run successfully) Can you please help.🤔

  • @nick7584
    @nick7584 2 ปีที่แล้ว

    I only want to package one folder in my project, but its packaging all of them (Like tests). How do I just package one?

  • @imthiyasali1556
    @imthiyasali1556 2 ปีที่แล้ว +1

    Hi bro. i learned basic of python thank you and numpy, pandas etc ..u have videos ?

    • @WafaStudies
      @WafaStudies  2 ปีที่แล้ว

      Thank you. I will try plan them in future 🙂

  • @bunnyvlogs7647
    @bunnyvlogs7647 ปีที่แล้ว +1

    Bro small correction instead of python_requires='greaterthan=3.7', ..put this python_requires='>=3.7',

  • @suresh.suthar.24
    @suresh.suthar.24 ปีที่แล้ว

    Excellent video

  • @ElonPeri
    @ElonPeri ปีที่แล้ว

    Good tutorial 😀

  • @subbaraochereddy7089
    @subbaraochereddy7089 2 ปีที่แล้ว +1

    Hi
    How to apply this process in azure synapse notebooks

    • @WafaStudies
      @WafaStudies  2 ปีที่แล้ว +1

      Once whl file is ready we need to attach it with cluster. My next video in synapse will be on same.

    • @subbaraochereddy7089
      @subbaraochereddy7089 2 ปีที่แล้ว +1

      @@WafaStudies thanks

  • @deepanshumishra4568
    @deepanshumishra4568 2 ปีที่แล้ว +1

    Awesome 🎉

  • @marcelabejarano3759
    @marcelabejarano3759 ปีที่แล้ว

    I followed everything, but I when I try to call calculations.addition(1,2) I get "Exception has occurred: AttributeError
    module 'myPackage.calculations' has no attribute 'addition'
    File "C:\Users\marce\OneDrive\Desktop\PythonLab\demo.py", line 2, in
    calculations.addition(1,2)
    AttributeError: module 'myPackage.calculations' has no attribute 'addition'", any idea why?

  • @ketanmehta3058
    @ketanmehta3058 2 ปีที่แล้ว +1

    Perfect 👌🏻

    • @WafaStudies
      @WafaStudies  2 ปีที่แล้ว

      Thank you 😊

    • @ketanmehta3058
      @ketanmehta3058 2 ปีที่แล้ว

      Any idea on how to update query for the metadata driven copy job ?

  • @mohammediqbal2406
    @mohammediqbal2406 ปีที่แล้ว

    Thank You Bhai!

  • @rutujakale4418
    @rutujakale4418 2 ปีที่แล้ว +1

    Thank you.

  • @shubhambisht9090
    @shubhambisht9090 2 ปีที่แล้ว +1

    Amazing..

  • @kislaysinha9772
    @kislaysinha9772 ปีที่แล้ว

    thank you