-
-
Notifications
You must be signed in to change notification settings - Fork 139
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
Multiple Python 3.10+ issues #418
Comments
Looks like upstream tabulate already fixed python > 3.9 issue(s) |
|
I'll fix this once I get the tests updated to work with the new MapQuest API (gh-421). |
Nose (the testing framework used for this project) does not support python 3.10. Fixing these errors and passing tests looks like it requires a larger effort of moving to pytest or similar. |
What workaround can/should we use on macos ? |
You can download python 3.9 for OSX or use homebrew. |
yikes, just checked into this, options appear to be:
It maybe that number 2 is less work but I don't have a good feeling about it (and no hard facts). refs:
I'm still using unittest/unittest2 for my personal projects but the other runners have much nicer run options. |
@jmathai Thanks
|
@gilles6 Did you run |
@jmathai Yes, I did
|
Your Try this instead. |
Same issue on Python 3.10
|
How to fix working with python 3.9 on ubuntu 22+: sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install python3.9
sudo apt install python3.9-distutils
python3.9 -m pip install -r requirements.txt
python3.9 ./elodie.py import --help |
a. does not provide prebuilt Windows binaries
Pillow
workaround:
pillow-9.3.0 installs fine
tabulate
import error
Hack to tabulate
syntax warning
2nd hack:
Nose
The text was updated successfully, but these errors were encountered: