-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Fix an issue in merge
lecture
#199
base: main
Are you sure you want to change the base?
Conversation
thanks @wupeifan I will need to look into the build failure this afternoon due to |
I am actually not able to replicate the environment.yml file on my mac. It is showing loads of pip failures due to @wupeifan seems like there is an issue with |
Yeah, that's possible. I think the |
Just want to bump this up a bit -- is there a solution at this point? |
@wupeifan I am still having issues installing |
It seems that it's currently failing on PyPI. NO ideas... maybe try conda? |
@wupeifan it has been failing for some time it appears on PyPI (last two versions). I won't do this here but it would be good to move as many |
I see. yeah, that makes sense. |
oh no it fails with the same error before. Can I merge this one and the other PR that I have without compiling the new pages? |
…t used in this project
I'll keep plugging away at this. It needs to be fixed as the new "publish" build wouldn't complete to publish the updates. Also documented the issue: executablebooks/sphinx-exercise#46 |
@wupeifan looks like there is just one build issue with
building locally now to get a copy of the logs LookupError:
**********************************************************************
Resource �[93momw-1.4�[0m not found.
Please use the NLTK Downloader to obtain the resource:
�[31m>>> import nltk
>>> nltk.download('omw-1.4')
�[0m
For more information see: https://www.nltk.org/data.html
Attempted to load �[93mcorpora/omw-1.4�[0m
Searched in:
- '/home/runner/nltk_data'
- '/usr/share/miniconda3/envs/lecture-datascience/nltk_data'
- '/usr/share/miniconda3/envs/lecture-datascience/share/nltk_data'
- '/usr/share/miniconda3/envs/lecture-datascience/lib/nltk_data'
- '/usr/share/nltk_data'
- '/usr/local/share/nltk_data'
- '/usr/lib/nltk_data'
- '/usr/local/lib/nltk_data'
********************************************************************** not sure why this isn't loading as |
@wupeifan I have run out of time today. The https://github.com/QuantEcon/lecture-datascience.myst/suites/4919403137/artifacts/141871880 |
This closes #198