-
Notifications
You must be signed in to change notification settings - Fork 16
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
New installation and error message #99
Comments
Thanks for reporting. This is a possible problem with matplotlib. Please look at the solutions mentioned here: |
thank for url, i will follow steps to install. Do you think update the project under python 3.8 one day ? because few messages said while installation that python 2.7 is out of date ? thank infos |
yes, this is one of the main goals for the future. Unfortunatelly the problem are some libraries, which are python 2.7 only... But we will get to this point one day 😄 |
cool, I hope one day because the program is really great I can't wait to get it to work properly, this is not currently the case. 2 concerns |
which website are you referring to? |
site on my raspi..he recovered photos are not displayed we only see the log displayed |
Please heelp ok1slm@raspberrypi:~/autowx2 $ ./autowx2.py |
pip install PREDICT |
Could not find a version that satisfies the requirement SimpleITK==1.1.0 (from PREDICT) (from versions: 1.0.1, 1.2.0, 2.1.0, 2.1.1.2, 2.3.0) |
We are talking Bullseye? |
$ hostnamectl |
Maybe @filipsPL has an answer |
Please install pypredict: |
ok1slm@raspberrypi:~/autowx2 $ ./autowx2.py |
Please check the requirements:
and pip install any packages you have not yet installed. In this case try:
|
GM
after a new installation i meet this probléme 👍
./autowx2.py
Traceback (most recent call last):
File "./autowx2.py", line 13, in
from autowx2_functions import * # all functions and magic hidden here
File "/home/pi/autowx2/autowx2_functions.py", line 26, in
import matplotlib
File "/home/pi/.local/lib/python2.7/site-packages/matplotlib/init.py", line 133, in
from matplotlib.rcsetup import defaultParams, validate_backend, cycler
File "/home/pi/.local/lib/python2.7/site-packages/matplotlib/rcsetup.py", line 31, in
from matplotlib.fontconfig_pattern import parse_fontconfig_pattern
File "/home/pi/.local/lib/python2.7/site-packages/matplotlib/fontconfig_pattern.py", line 28, in
from backports.functools_lru_cache import lru_cache
ImportError: No module named functools_lru_cache
how i can fix it ? thank for help
Eric
The text was updated successfully, but these errors were encountered: