-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem pip installing "ValueError: list.remove(x): x not in list" #181
Comments
Can you tell how exactly you are installing (pip command?) |
cc @Gufran |
its indeed with pip. I get the same error. >>> pip install bjoern
Collecting bjoern
Using cached bjoern-3.1.0.tar.gz (42 kB)
ERROR: Command errored out with exit status 1:
command: 'c:\users\gebruiker\appdata\local\programs\python\python38-32\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Gebruiker\\AppData\\Local\\Temp\\pip-install-a5xfux9t\\bjoern\\setup.py'"'"'
; __file__='"'"'C:\\Users\\Gebruiker\\AppData\\Local\\Temp\\pip-install-a5xfux9t\\bjoern\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(c
ode, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Gebruiker\AppData\Local\Temp\pip-install-a5xfux9t\bjoern\pip-egg-info'
cwd: C:\Users\Gebruiker\AppData\Local\Temp\pip-install-a5xfux9t\bjoern\
Complete output (5 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\Gebruiker\AppData\Local\Temp\pip-install-a5xfux9t\bjoern\setup.py", line 26, in <module>
SOURCE_FILES.remove('statsd-c-client/statsd-client.c')
ValueError: list.remove(x): x not in list
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. |
Oohhh... can you guys try to change the |
Didn't see this comment. |
Use Linux to let it function properly. |
SOURCE_FILES = [os.path.join('http-parser', 'http_parser.c')] + ''' |
Hi,
I'm having problems pip installing bjoern in python 3.7, windows10
I get an error (both inside or outside venv):
any ideas how to overcome this?
The text was updated successfully, but these errors were encountered: