-
It seems to have problem when building with cython 0.29.10 (currently installed by pip3).
"pip3 install coro" failed as well as build from source by "python3 setup.py build.
Platform: Ubuntu and Mac…
-
Now that we are starting to use PyGEOS in GeoPandas (with https://github.com/geopandas/geopandas/pull/1154 merged), one of the obvious follow-up items is to use the STRtree implementation of PyGEOS, e…
-
I gave this some more thoughts and it will be a pretty serious task, with some issues. Let's start with the one big issue I know of:
there is a bug in the stl rng for gcc4.6 (fixed in gcc4.7) : the s…
-
#### Code Sample, a copy-pastable example if possible
Install dependencies: `pip install -U probstructs==0.2.6 pyproj==3.0.0.post1`
```python
from probstructs import ExponentialCountMinSk…
-
Running "pyinstaller main.spec" creates a build that is not functional. It fails to run. When compared to the downloadable build, many dll's and some folders are missing.
What are the specific step…
-
We optionally depend on scipy, but we don't use their compressed sparse graph routines (``scipy.sparse.csgraph``):
- https://docs.scipy.org/doc/scipy/reference/sparse.csgraph.html
Our numpy and …
-
Hi,
Win10x64
Python 3.7.1
VS 2017
QL 1.15
Boost 1.69 (prebuilt boost_1_69_0-msvc-14.1-64.exe)
I followed the following instructions
https://pyql.readthedocs.io/en/latest/getting_started.ht…
-
The API is the OSM core, and it progresses very slowly. The same 0.6 version has been for almost 10 years with a small extension (notes-bugs) included after the initial 0.6 definition. But the rest ha…
-
Hello everyone,
I was able to modify CLASS in order to include a new model that only adds a new parameter and everything worked fine. Now I am trying to use MontePython and I think I am missing som…
ghost updated
4 years ago
-
Environment:
CPython 3.7.2
Cython 0.29.13 installed from PyPI
Attempting to install gil_load 0.3.5 from PyPI fails. See errors below.
```
$ pip3 install gil_load
Collecting gil_load
Usi…