-
Notifications
You must be signed in to change notification settings - Fork 543
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
can not update #1854
Comments
Have you tried updating pip?
|
I think i´ve an old Python version :-(
|
I fixed this by re-installing the latest version of Raspbian so I could install python3 and install bcnc with |
Thanks for your help, I´ll think I have to upgrade my hard- and software :-( |
Hello,
I try to update my bcnc version (now 0.9.14-dev) on a rasperry pi 3 but it run into an error.
What can I do ?
pi@Fraese:~ $ pip install --upgrade bCNC Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting bCNC Using cached https://files.pythonhosted.org/packages/2d/be/4a49fa0b2e89ccaad0da8bd14f5dffe492c9de6b1c8c4524b0ca1234bf5b/bCNC-0.9.15.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-install-AwXvtE/bCNC/setup.py", line 4, in <module> from setuptools import find_namespace_packages, setup ImportError: cannot import name find_namespace_packages ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-AwXvtE/bCNC/
The text was updated successfully, but these errors were encountered: