MasoniteFramework / orm

Masonite ORM is a beautiful Python ORM. It's also a nearly drop in replacement of the Orator ORM
https://orm.masoniteproject.com
MIT License
165 stars 48 forks source link

FileNotFoundError *stub #824

Closed NawrasBukhari closed 1 year ago

NawrasBukhari commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. integrate MasoniteOrm as a standalone script then run setup.py
  2. Click on site_packages folder then search for the name and realize that stubs were not included
  3. error image
  4. See error

Expected behavior it's supposed to create a exe file where I can execute directly from terminal to access the CLI

fix here https://github.com/MasoniteFramework/orm/pull/823

girardinsamuel commented 1 year ago

Hi ! This PR is now closed, do you still experience this bug ? 🤔

NawrasBukhari commented 1 year ago

I have came up with a solution as I mentioned in the comments. I have applied for a pull request and it will fix it for sure

girardinsamuel commented 1 year ago

Okay so can you can you reopen it so we can review it ? thanks !

NawrasBukhari commented 1 year ago

Reopened! Please check. Thanks