-
Notifications
You must be signed in to change notification settings - Fork 49
Closed
Description
Since the build I get via pip is not working at all, I tried to install 8.10.1 manually from the release you provided.
Steps to reproduce
wget -c https://github.com/chrislim2888/IP2Location-Python/archive/refs/tags/8.10.1.zipunzip 8.10.1.zipcd IP2Location-Python-8.10.1python3 setup.py build
Expected outcome
The build should run without any error so that I can continue with the last step: python3 setup.py install
Actual outcome
[user@server IP2Location-Python-8.10.1]$ python3 setup.py build
running build
running build_py
file IP2Location.py (for module IP2Location) not found
creating build
creating build/lib
creating build/lib/IP2Location
copying IP2Location/webservice.py -> build/lib/IP2Location
copying IP2Location/region.py -> build/lib/IP2Location
copying IP2Location/iptools.py -> build/lib/IP2Location
copying IP2Location/database.py -> build/lib/IP2Location
copying IP2Location/country.py -> build/lib/IP2Location
copying IP2Location/__init__.py -> build/lib/IP2Location
file IP2Location.py (for module IP2Location) not foundSystem information
- Python Version: Python 3.6.8 and Python 3.11.5
- OS: Rocky Linux 8.9 (Green Obsidian)
- Kernel: Linux 4.18.0 x86_64 GNU/Linux
Metadata
Metadata
Assignees
Labels
No labels