-
Notifications
You must be signed in to change notification settings - Fork 63
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 failed on macOS #221
Comments
Full logs in the ubuntu container: Full logs
|
I bumped into the same issue. Ps: #222 appears to be a duplicate |
#219 fixes the issue and it makes more sense than downgrading |
I guess the Docker case in the original message is already linked to that but just wanted to say that I've also bumped into this issue on debian unstable with python 3.11 while installing in a venv using pip3 |
Has this been fixed officially? I'm also seeing this:
|
I was facing the exact same problem and @joriscode solution worked for my macOS setup |
Sorry to hijack the thread but, if any of you can run the I am running into this: $ virtualenv --system-site-packages -p python3 ./venv
$ cat <<OVERWRITE | pip install -r /dev/stdin
marshmallow>=3.17.0,<4
Click>=7,<9
PyYAML==6.0.1
mistune>=0.8,<1
urwid>=2,<3
Pygments>=2,<3
OVERWRITE
$ pip install --no-deps lookatme==2.5.5
$ source venv/bin/activate
$ cd lookatme/examples
$ lookatme progressive.md
.... scroll and in page 2 or 3 I get this error:
Error rendering slide 4: property 'background' of 'AttrSpec' object has no setter
Rerun with --debug to view the full traceback in logs
Aborted! I also run into this issue when trying to run slides that contain a code block. Something like: func main() {} |
Worked for me.
This didn't. |
Let me see if I get this to be of good use for anyone. I can confirm that one way to solve this, as pointed above, is to be sure to install Tested on system:For reproducibility, here is the macOS setup I ran this test:
resulting in:
Steps for answer (As of 10.Jun.2024
Finally, test with this
which in my case is:
|
Describe the bug
I was installing
lookatme
on both mac and a ubuntu docker container on that mac.To Reproduce
Steps to reproduce the behavior:
pip install lookatme
.Expected behavior
I was expecting that the package must be installed.
Screenshots
Mac:
Docker:
Environment (please complete the following information):
Additional context
I tried installing
cython
in the docker container but it was useless.The text was updated successfully, but these errors were encountered: