-
Notifications
You must be signed in to change notification settings - Fork 14
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
Installation Trouble (macOS): failed to import tabulate module #71
Comments
Hello. Sounds like the package installation wasn't completed successfully. The Maybe try again and if it doesn't work, post logs from |
Hi! Thanks so much for the reply. On reinstallation attempt I received this log during "Requirement already satisfied: pip in ./venv/lib/python3.9/site-packages (24.2) × Getting requirements to build wheel did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. × Getting requirements to build wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip." |
Thanks. There certainly is an error in the package installation. I see you're using Python 3.9 while the install instructions ask for Python 3.8. Could install Python 3.8 and try with that? |
uninstalled all previous versions of python and used hombrew to install python 3.8.19. After reinstalling Impulcifer and trying to grab requirements I got this now–maybe wrong version of pip? christian@Christians-MacBook-Pro Impulcifer % source venv/bin/activate |
Hi! I have semi-successfully installed the package and set up a virtual environment. When running
python3 impulcifer.py --help
I am receiving a"Traceback (most recent call last):
File "/Users/user/Documents/Impulcifer/impulcifer.py", line 6, in
from tabulate import tabulate
ModuleNotFoundError: No module named 'tabulate'"
message in terminal. Is there something that I may be overlooking?
The text was updated successfully, but these errors were encountered: