Closed erexer closed 5 months ago
Hi there,
Thanks for pointing out the missing scipy
dependency. We've added it to our dependencies list in bbd18576271e7f9e657dd816312a82fdafbbdaa5 and the changes are now live on the submission branch and in the PyPI package 1.0.0rc9
.
Just a quick note - our package also relies on osmnx
, which can't be installed with pip alone. To set up the environment correctly, please use the following command from the README.md
/Installation Page:
conda create -n sb_env -c conda-forge python=3.12 osmnx=1.9.2
Other than python
and osmnx
it also installs scipy
. But as we use it directly, it is better to include it explicitly in the package dependencies. Afterwards you can activate the environment and use pip to install superblockify
. Hopefully, this should sort out the issue you've been facing. Let us know!
Thanks again for your feedback. Let us know if you have any other issues or suggestions.
Thanks for the clarification! It might be helpful to point out the osmnx
installation caveat in the installation guide since others might do what I did and prefer/use a different venv setup.
Good point! Added a note to the installation instructions, see 671f22a.
Awesome, thanks for doing that!
Hi, I'm a reviewer for JOSS, excited to learn more about the package! https://github.com/openjournals/joss-reviews/issues/6798
started a virtual env for
python3.10.14
, ran$ pip install superblockify
$ python examples/00-mwe.py
it threw
would recommend adding
scipy
to the list of dependencies since its used bygraph_stats.py