This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ossdev07
Recipients helena.marina, ossdev07, paul.moore, steve.dower, tim.golden, tim.peters, yselivanov, zach.ware
Date 2019-01-17.05:49:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547704144.9.0.0126314580657.issue34691@roundup.psfhosted.org>
In-reply-to
Content
I am building python for windows on ARM64,
I am getting "No module named '_contextvars'" when trying to import contextvars:
>>> import contextvars
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Users\ps-emb\Downloads\cpython-master\cpython-master\lib\contextvars.py", line 1, in <module>
    from _contextvars import Context, ContextVar, Token, copy_context
ModuleNotFoundError: No module named '_contextvars'

thanks
History
Date User Action Args
2019-01-17 05:49:06ossdev07setrecipients: + ossdev07, tim.peters, paul.moore, tim.golden, zach.ware, yselivanov, steve.dower, helena.marina
2019-01-17 05:49:04ossdev07setmessageid: <1547704144.9.0.0126314580657.issue34691@roundup.psfhosted.org>
2019-01-17 05:49:04ossdev07linkissue34691 messages
2019-01-17 05:49:04ossdev07create