You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am following your tutorial from your blog here . When I try to install the packages from requirements.txt file, I get this error.
"Could not open requirements file: [Error 2] No such file or directory: 'requirements.txt'"
I am running the command after activating virtual environment and from the folder jupyter-blog. I am using anaconda command prompt. I have also used the windows command prompt but still get this error.
NOTE: I have solved this issue. The file name should have been requirements instead of requirements.txt
The text was updated successfully, but these errors were encountered:
I installed all the required packages individually. Now, I am getting an error while converting jupyter notebook to HTML. When I used pelican content, it gives me warning i.e. No valid files found in content and says Done: processed 0 articles, 0 drafts, 0 pages and 0 hidden pages in 0.21 seconds. My content folder contains both .ipynb and .ipynb-meta files.
I have figured out the second issue. Although I added the plugin configuration in pelicanconf.py but I noticed it got removed somehow. That is why I was getting this error.
I am following your tutorial from your blog here . When I try to install the packages from requirements.txt file, I get this error.
"Could not open requirements file: [Error 2] No such file or directory: 'requirements.txt'"
I am running the command after activating virtual environment and from the folder jupyter-blog. I am using anaconda command prompt. I have also used the windows command prompt but still get this error.
NOTE: I have solved this issue. The file name should have been requirements instead of requirements.txt
The text was updated successfully, but these errors were encountered: