Python Forum
problem install somewhere package
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
problem install somewhere package
#1
hi
i wanted to install somewhere package in my pc(win 10, python 3.11.5, i use idle), so
I installed it in cmd. below is what I did on cmd:

C:\WINDOWS\system32>pip install somewhere
Collecting somewhere
Downloading somewhere-0.0.1-py2.py3-none-any.whl (8.3 kB)
Installing collected packages: somewhere
Successfully installed somewhere-0.0.1

note that the last version was released in 2016.
but when I wanted to use it I encountered an error message:
C:\WINDOWS\system32>python
Python 3.11.5 (tags/v3.11.5:cce6ba9, Aug 24 2023, 14:38:34) [MSC v.1936 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import somewhere
Error:
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\python_3_11_5\Lib\site-packages\somewhere\__init__.py", line 7, in <module> from .main import main File "C:\python_3_11_5\Lib\site-packages\somewhere\main.py", line 6, in <module> import where ModuleNotFoundError: No module named 'where'
>>> from somewhere import NonNegative
Error:
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\python_3_11_5\Lib\site-packages\somewhere\__init__.py", line 7, in <module> from .main import main File "C:\python_3_11_5\Lib\site-packages\somewhere\main.py", line 6, in <module> import where ModuleNotFoundError: No module named 'where'
>>>

also in idle:
import somewhere
Error:
Traceback (most recent call last): File "<pyshell#0>", line 1, in <module> import somewhere File "C:\python_3_11_5\Lib\site-packages\somewhere\__init__.py", line 7, in <module> from .main import main File "C:\python_3_11_5\Lib\site-packages\somewhere\main.py", line 6, in <module> import where ModuleNotFoundError: No module named 'where'
what is the cause of the problem?
thanks
Reply
#2
I think this package is broken. It was last updated in 2016 (7 years ago as we speak) with the commit message
Quote:Not totally broken
Also the main page of the project says
Quote:TOTAL CHAOS...for now. Trying to merge the best of both.

Don't expect this package to work well. By the way, don't blindly install packages with pip. It could be dangerous for the security of your system.
akbarza likes this post
« We can solve any problem by introducing an extra level of indirection »
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [split] ibm_db install problem SQLPython 1 694 Feb-13-2025, 07:24 PM
Last Post: buran
  MPEG DASH Package implementation similar to M3U8 package anantha_narayanan 0 608 Feb-06-2025, 03:55 AM
Last Post: anantha_narayanan
  pip install problem taufanjs 4 1,400 Dec-06-2024, 01:37 AM
Last Post: taufanjs
  Not able to install package caldwellpy and requirement txt file Samta282006 1 1,677 Dec-07-2023, 11:59 PM
Last Post: Larz60+
  imdby package problem lunacy90 8 3,053 Sep-04-2023, 07:13 PM
Last Post: deanhystad
  Problem trying to install UniCurses on Python-3.12 / W10-64 rdmaia 5 2,904 Aug-02-2023, 06:24 PM
Last Post: DeaD_EyE
  Pip install problem with Python 3.7, not 3.9 Mark98 2 3,314 Aug-02-2023, 11:51 AM
Last Post: Mark98
  ibm_db install problem mesi1000 1 5,908 Oct-27-2022, 06:54 PM
Last Post: snippsat
  install problem 3.9.1 ajvperth 0 2,212 Jan-04-2021, 03:17 PM
Last Post: ajvperth
  Problem: Restart kernel onPydev console when trying to install a python package poppy2020 1 9,648 Nov-25-2020, 06:13 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020