Giter Site home page Giter Site logo

Comments (8)

msullivan avatar msullivan commented on May 30, 2024 1

I've uploaded a 0.4.2 wheel and released a 0.4.3 with a wheel. (0.4.3 was basically just to catch an update to the URL).

I've updated our internal playbook with directions for creating the wheel

Thanks!

from mypy_extensions.

ilevkivskyi avatar ilevkivskyi commented on May 30, 2024

Thanks for report! I don't have access to Windows right now. Maybe @ethanhs can give some advice here?

from mypy_extensions.

Drache91 avatar Drache91 commented on May 30, 2024

Well, I cloned mypy_extensions and tried executing the command from the error
message that produces the error (python setup.py egg_info) whilst within the
venv and got the following result:

(venv) PS F:\Programmierung\YTThingy\mypy_extensions> python setup.py egg_info
Traceback (most recent call last):
  File "setup.py", line 3, in <module>
    from setuptools import setup
ModuleNotFoundError: No module named 'setuptools'

When executed with -m it works fine.

(venv) PS F:\Programmierung\YTThingy\mypy_extensions> python -m setup egg_info
F:\Programmierung\YTThingy\venv\lib\site-packages\setuptools\dist.py:475: UserWarning: Normalizing '0.5.0-dev' to '0.5.0.dev0'
  normalized_version,
running egg_info
creating mypy_extensions.egg-info
writing mypy_extensions.egg-info\PKG-INFO
writing dependency_links to mypy_extensions.egg-info\dependency_links.txt
writing requirements to mypy_extensions.egg-info\requires.txt
writing top-level names to mypy_extensions.egg-info\top_level.txt
writing manifest file 'mypy_extensions.egg-info\SOURCES.txt'
reading manifest file 'mypy_extensions.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'

If that is of any help.

from mypy_extensions.

ethanhs avatar ethanhs commented on May 30, 2024

Unfortunately, I am unable to repro this. Since the project just calls into setuptools, I think you'll have more luck reporting the issue there. If I had to guess it would be something like pip is duplicating the file descriptors for the setup process stdin/stdout, which is failing (there have been various bugs reported about this, but none match your system or Python as far as I can tell).

Btw, as an action item for us, we should probably release wheels so people don't need to run setup.py egg_info as part of install.

from mypy_extensions.

Drache91 avatar Drache91 commented on May 30, 2024

Oh well, thank you non the less :)

I suppose this can be considered closed now?

from mypy_extensions.

ilevkivskyi avatar ilevkivskyi commented on May 30, 2024

Let's keep this open as a reminder to build wheels for the next release.

from mypy_extensions.

nicktimko avatar nicktimko commented on May 30, 2024

I'm not sure how this was even possible; I thought PyPI blocked uploads of releases after you uploaded the source distribution for that version/package. Or maybe it was after you upload the binary release?...

In any event, please don't retro-release again, it causes some pain (#15)

from mypy_extensions.

gvanrossum avatar gvanrossum commented on May 30, 2024

Why is this our fault and not a bug in pipenv? Please open an issue with pipenv.

from mypy_extensions.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.