Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More detection of resource path #1614

Closed

Conversation

jmichault
Copy link
Contributor

automatically detects the resource path in two additional cases:

  • distribution of sources without git
  • egg distribution

automatically detects the resource path in two additional cases:
* distribution of sources without git
* egg distribution
@Nick-Hall
Copy link
Member

We distribute wheels rather than eggs. Haven't eggs been deprecated?

@Nick-Hall Nick-Hall changed the title more detection of resource path More detection of resource path Feb 6, 2024
@QuLogic
Copy link
Contributor

QuLogic commented Feb 6, 2024

They are very much deprecated; pip has plans to remove their installation, and PyPI doesn't allow their upload.

@jralls
Copy link
Member

jralls commented Feb 7, 2024

We distribute wheels rather than eggs.

But if you're old-fashioned and say python3 setup.py install you get an egg.

@QuLogic
Copy link
Contributor

QuLogic commented Feb 7, 2024

That is also deprecated, as you should be using a build frontend (build or pip).

@jralls
Copy link
Member

jralls commented Feb 7, 2024

There's a difference between deprecated and forbidden. It's easy to make eggs so Gramps should run from them.

@jmichault jmichault closed this by deleting the head repository Feb 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants