Message361481
| Author |
vstinner |
| Recipients |
hroncok, mark.dickinson, vstinner |
| Date |
2020年02月06日.13:42:26 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1580996546.38.0.10705696753.issue39350@roundup.psfhosted.org> |
| In-reply-to |
| Content |
I tried but failed to write a test to mimick numpy.int64 type. I tried to build a type which implements numbers.Rational but don't inherit from int, but there are way too many methods that I have to implement :-(
Morever, installing numpy on a Python 3.9 virtual environment is quite tricky. Lhe latest Cython release (0.29.14) isn't compatible with Python 3.9.
Miro gave me a command to install Cython on Python 3.9:
python -m pip install https://github.com/cython/cython/archive/master.tar.gz --install-option="--no-cython-compile"
But then "pip install numpy" tries to reinstall Cython which fails :-/ |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2020年02月06日 13:42:26 | vstinner | set | recipients:
+ vstinner, mark.dickinson, hroncok |
| 2020年02月06日 13:42:26 | vstinner | set | messageid: <1580996546.38.0.10705696753.issue39350@roundup.psfhosted.org> |
| 2020年02月06日 13:42:26 | vstinner | link | issue39350 messages |
| 2020年02月06日 13:42:26 | vstinner | create |
|