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

Python 3.9 on Ubuntu images #3570

Closed
pavel-kirienko opened this issue Nov 14, 2020 · 3 comments
Closed

Python 3.9 on Ubuntu images #3570

pavel-kirienko opened this issue Nov 14, 2020 · 3 comments

Comments

@pavel-kirienko
Copy link

This is not a duplicate of #3541.

Currently, Python 3.9 is only available on Windows images. Ubuntu images still run Python 3.9-alpha, which is crashed by NumPy:

$ python --version
Python 3.9.0a6
$ pip install numpy
<snip...>
$ python -c "import numpy"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/appveyor/venv3.9.0/lib/python3.9/site-packages/numpy/__init__.py", line 151, in <module>
    from . import random
  File "/home/appveyor/venv3.9.0/lib/python3.9/site-packages/numpy/random/__init__.py", line 179, in <module>
    from . import _pickle
  File "/home/appveyor/venv3.9.0/lib/python3.9/site-packages/numpy/random/_pickle.py", line 1, in <module>
    from .mtrand import RandomState
ImportError: /home/appveyor/venv3.9.0/lib/python3.9/site-packages/numpy/random/mtrand.cpython-39-x86_64-linux-gnu.so: undefined symbol: PyCMethod_New

MWE: https://ci.appveyor.com/project/Zubax/ci-evaluation/builds/36312028

@FeodorFitsner
Copy link
Member

We are working on Ubuntu images update.

@pavel-kirienko
Copy link
Author

@FeodorFitsner Thanks. Do you have an ETA?

@FeodorFitsner
Copy link
Member

Tomorrow or early next week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants