From matti.picus at gmail.com Tue Jan 7 16:30:57 2020 From: matti.picus at gmail.com (Matti Picus) Date: Tue, 7 Jan 2020 23:30:57 +0200 Subject: [pypy-dev] Help with a revamped ww.pypy.org web site In-Reply-To: <09ed5fce-8888-860a-5d53-75c6b8b8bd0a@gmail.com> References: <09ed5fce-8888-860a-5d53-75c6b8b8bd0a@gmail.com> Message-ID: <313578fa-c640-262a-80ee-b2759370895d@gmail.com> On 31/12/19 6:20 pm, Matti Picus wrote: > In the nikola branch of pypy.org > https://bitbucket.org/pypy/pypy.org/src/nikola/ I reworked the website > content and layout reusing the work from > https://github.com/frsdun/pypy-website. I would like to deploy it > soon, as I think it is an improvement. You can try it out by checking > out the branch, then running "make auto" which will > > > - build a virtualenv > > - pip install nikola and other packages into the virtualenv > > - convert the rst sources into html in teh public directory > > - start a server on 0.0.0.0 (be careful if you don't want to open a > socket to the world, use "make build", then run > "venv_nikola/bin/nikola serve") > > - connect with a browser: try your computer, tablet, or phone > > > Comments, criticisms, and especially pull requests are welcome. I am > not a front-end designer. > > > Still to do: > > - import the blog to move away from morepypy.blogger.com and self-host > static pages > > - import the comments too > > > Matti > > > P.S. I have also started making the benchmarks run at speed.pypy.org > work on python3. Help there is welcome as well. > Now it is even easier: pull the nikola branch of pypy.org and point your browser at public/index.html Is it better or worse than the site at /index.html? Matti From cfbolz at gmx.de Wed Jan 8 03:44:58 2020 From: cfbolz at gmx.de (Carl Friedrich Bolz-Tereick) Date: Wed, 8 Jan 2020 09:44:58 +0100 Subject: [pypy-dev] Help with a revamped ww.pypy.org web site In-Reply-To: <313578fa-c640-262a-80ee-b2759370895d@gmail.com> References: <09ed5fce-8888-860a-5d53-75c6b8b8bd0a@gmail.com> <313578fa-c640-262a-80ee-b2759370895d@gmail.com> Message-ID: Hi Matti, thanks so much for working on this! I think it's almost better than the current home page, but needs to get a few tweaks to get there (we really should think about the content at some point too, but I'd leave that as a separate issue for now). One of the things that irritated me (but I really don't know any CSS to fix it, usefully) is that the top menu is for some reason quite badly aligned (see attachment). The baseline of all the menu items should be aligned, and of the logo too. Same for the footer, but it's less noticeable there. Sorry for not really being able to achieve this :-(. Cheers, Carl Friedrich On 07.01.20 22:30, Matti Picus wrote: > On 31/12/19 6:20 pm, Matti Picus wrote: >> In the nikola branch of pypy.org >> https://bitbucket.org/pypy/pypy.org/src/nikola/ I reworked the website >> content and layout reusing the work from >> https://github.com/frsdun/pypy-website. I would like to deploy it >> soon, as I think it is an improvement. You can try it out by checking >> out the branch, then running "make auto" which will >> >> >> - build a virtualenv >> >> - pip install nikola and other packages into the virtualenv >> >> - convert the rst sources into html in teh public directory >> >> - start a server on 0.0.0.0 (be careful if you don't want to open a >> socket to the world, use "make build", then run >> "venv_nikola/bin/nikola serve") >> >> - connect with a browser: try your computer, tablet, or phone >> >> >> Comments, criticisms, and especially pull requests are welcome. I am >> not a front-end designer. >> >> >> Still to do: >> >> - import the blog to move away from morepypy.blogger.com and self-host >> static pages >> >> - import the comments too >> >> >> Matti >> >> >> P.S. I have also started making the benchmarks run at speed.pypy.org >> work on python3. Help there is welcome as well. >> > > Now it is even easier: pull the nikola branch of pypy.org and point your > browser at public/index.html > > Is it better or worse than the site at /index.html? > > Matti > > > _______________________________________________ > pypy-dev mailing list > pypy-dev at python.org > https://mail.python.org/mailman/listinfo/pypy-dev -------------- next part -------------- A non-text attachment was scrubbed... Name: pypy header.png Type: image/png Size: 15747 bytes Desc: not available URL: From vretiel at gmail.com Mon Jan 13 10:46:35 2020 From: vretiel at gmail.com (Shuaib Osman) Date: Mon, 13 Jan 2020 17:46:35 +0200 Subject: [pypy-dev] Tensorflow build errors Message-ID: Hi, I'm trying to compile tensorflow r1.14 from source following the instruction on the TF website. Here's my setup: pypy3 virtual environment with: - Pypy3 (latest version 7.3) on ubuntu 18.04 - Cuda 10.1 installed - numpy 1.18.1 installed I've asked for XLA jit compilation and CUDA support from the ./configure script the build command: bazel build --config=opt --config=cuda //tensorflow/tools/pip_package:build_pip_package compiles about 23000 targets and then fails with this stacktrace: ... Traceback (most recent call last): File "/home/vretiel/.cache/bazel/_bazel_vretiel/ec2591a0fe29386400d95468f7c519e5/execroot/org_tensorflow/bazel-out/host/bin/tensorflow/python/keras/api/create_tensorflow.python_api_1_keras_python_api_gen_compat_v1.runfiles/org_tensorflow/tensorflow/python/pywrap_tensorflow.py", line 58, in from tensorflow.python.pywrap_tensorflow_internal import * File "/home/vretiel/.cache/bazel/_bazel_vretiel/ec2591a0fe29386400d95468f7c519e5/execroot/org_tensorflow/bazel-out/host/bin/tensorflow/python/keras/api/create_tensorflow.python_api_1_keras_python_api_gen_compat_v1.runfiles/org_tensorflow/tensorflow/python/pywrap_tensorflow_internal.py", line 28, in _pywrap_tensorflow_internal = swig_import_helper() File "/home/vretiel/.cache/bazel/_bazel_vretiel/ec2591a0fe29386400d95468f7c519e5/execroot/org_tensorflow/bazel-out/host/bin/tensorflow/python/keras/api/create_tensorflow.python_api_1_keras_python_api_gen_compat_v1.runfiles/org_tensorflow/tensorflow/python/pywrap_tensorflow_internal.py", line 20, in swig_import_helper import _pywrap_tensorflow_internal ModuleNotFoundError: No module named '_pywrap_tensorflow_internal' The exact same commands (./configure {with the same options} and bazel build --config=opt --config=cuda //tensorflow/tools/pip_package:build_pip_package) work perfectly when compiling against cpython 3.6. So there's some path/name mangling going on with pypy3. Any idea how I can get this compilation to work? Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: From armin.rigo at gmail.com Tue Jan 14 04:24:00 2020 From: armin.rigo at gmail.com (Armin Rigo) Date: Tue, 14 Jan 2020 10:24:00 +0100 Subject: [pypy-dev] Leysin Winter sprint 2020 Message-ID: Hi all, We will do again this year a Winter sprint in Leysin, Switzerland. The exact work topics are not precisely defined, but will certainly involve HPy (https://github.com/pyhandle/hpy) as well as the Python 3.7 support in PyPy (the py3.7 branch in the pypy repo). More details will be posted here, but for now, here is the early planning: it will occur for one week starting around the 27 or 28th of February. It will be in Les Airelles, a different bed-and-breakfast place from the traditional one in Leysin. It is a nice old house at the top of the village. There are various rooms for 2, 4 or 5 people, costing 40 to 85 CHF per person per night. I'd recommend the spacious, 5 people room (divided in two subrooms of 2 and 3), with a great balcony, at 50 CHF pp. We'd like to get some idea soon about the number of people coming. Please reply to this mail to me personally, or directly put your name in https://bitbucket.org/pypy/extradoc/src/extradoc/sprintinfo/leysin-winter-2020/ . A bient?t, Armin. From anto.cuni at gmail.com Tue Jan 14 05:35:45 2020 From: anto.cuni at gmail.com (Antonio Cuni) Date: Tue, 14 Jan 2020 11:35:45 +0100 Subject: [pypy-dev] Leysin Winter sprint 2020 In-Reply-To: References: Message-ID: Hi, I have added myself to people.txt. I didn't specify my dates yet because I am flexible, so I suppose I will decide the exact arrival/departure days depending on what the other people will do. If possible I'd like a single room, if available. ciao, Anto On Tue, Jan 14, 2020 at 10:24 AM Armin Rigo wrote: > Hi all, > > We will do again this year a Winter sprint in Leysin, Switzerland. > > The exact work topics are not precisely defined, but will certainly > involve HPy (https://github.com/pyhandle/hpy) as well as the Python > 3.7 support in PyPy (the py3.7 branch in the pypy repo). > > More details will be posted here, but for now, here is the early > planning: it will occur for one week starting around the 27 or 28th of > February. It will be in Les Airelles, a different bed-and-breakfast > place from the traditional one in Leysin. It is a nice old house at > the top of the village. > > There are various rooms for 2, 4 or 5 people, costing 40 to 85 CHF per > person per night. I'd recommend the spacious, 5 people room (divided > in two subrooms of 2 and 3), with a great balcony, at 50 CHF pp. > > We'd like to get some idea soon about the number of people coming. > Please reply to this mail to me personally, or directly put your name > in > https://bitbucket.org/pypy/extradoc/src/extradoc/sprintinfo/leysin-winter-2020/ > . > > > A bient?t, > > Armin. > _______________________________________________ > pypy-dev mailing list > pypy-dev at python.org > https://mail.python.org/mailman/listinfo/pypy-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: From matti.picus at gmail.com Tue Jan 14 14:43:00 2020 From: matti.picus at gmail.com (matti picus) Date: Wed, 15 Jan 2020 06:43:00 +1100 Subject: [pypy-dev] Leysin Winter sprint 2020 In-Reply-To: References: Message-ID: On Tue, 14 Jan 2020 at 20:24, Armin Rigo wrote: > Hi all, > > it will occur for one week starting around the 27 or 28th of > February. I will not be able to make it this year, sorry. Matti > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From hodgestar at gmail.com Tue Jan 14 16:34:38 2020 From: hodgestar at gmail.com (Simon Cross) Date: Tue, 14 Jan 2020 23:34:38 +0200 Subject: [pypy-dev] Leysin Winter sprint 2020 In-Reply-To: References: Message-ID: I plan to attend -- I will give dates as soon as I have looked at flight options. From armin.rigo at gmail.com Wed Jan 29 08:39:26 2020 From: armin.rigo at gmail.com (Armin Rigo) Date: Wed, 29 Jan 2020 14:39:26 +0100 Subject: [pypy-dev] Leysin Winter sprint 2020 In-Reply-To: References: Message-ID: Hi again, On Tue, 14 Jan 2020 at 10:24, Armin Rigo wrote: > More details will be posted here, but for now, here is the early > planning: it will occur for one week starting around the 27 or 28th of > February. It will be in Les Airelles Here are the definite dates: from Saturday 29th to February to 8th of March, I have a big room with a nice view, for CHF 50 per night per person. (I'm not sure but it is probably in several sub-rooms.) Simon and Antonio have their own arrangements. If the other people could aim for these dates it would be easier, but if you end up coming one or two days earlier we can find some different arrangement for these extra days. A bient?t, Armin. From matti.picus at gmail.com Thu Jan 30 03:06:01 2020 From: matti.picus at gmail.com (Matti Picus) Date: Thu, 30 Jan 2020 10:06:01 +0200 Subject: [pypy-dev] Transition to foss.heptapod.net Message-ID: <5041b415-03c9-6d25-fa30-bcb0c769d454@gmail.com> Heptapod has opened their gitlab+mercurial offering to foss projects on https://foss.heptapod.net. I am one of the team of people they have recruited to administer the offering, you can read more about it here https://heptapod.net/heptapod-as-a-bitbucket-replacement.html#heptapod-as-a-bitbucket-replacement I opened a request to move the pypy group (repos, issues, prs, wiki) to https://foss.heptapod.net, in accordance with previous discussions. Here is the request: https://foss.heptapod.net/heptapod/foss.heptapod.net/issues/11#note_6190 Please comment on that issue which repos seem still relevant. I plan to archive the numpy/numpypy ones at github.com/pypy. Matti From samuel.lotz at salotz.info Thu Jan 30 08:57:56 2020 From: samuel.lotz at salotz.info (Sam) Date: Thu, 30 Jan 2020 08:57:56 -0500 Subject: [pypy-dev] hosting alternative In-Reply-To: <5041b415-03c9-6d25-fa30-bcb0c769d454@gmail.com> References: <5041b415-03c9-6d25-fa30-bcb0c769d454@gmail.com> Message-ID: <07C61E5F-DB40-401A-93CA-0F2DE04FC557@salotz.info> While on the subject of hosting repos, sourcehut.org (sr.ht) also has mercurial support. -- Sent from my Android device with K-9 Mail. Please excuse my brevity. -------------- next part -------------- An HTML attachment was scrubbed... URL: