-
Notifications
You must be signed in to change notification settings - Fork 42
create env under Windows + Conda #32
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
Comments
Thank you @terrychan999 for reporting this. Is this a bug in pelican, or something we need to fix in swportal? |
Yes, it's a bug in pelican. I just found out the bug was fixed with getpelican/pelican#2750 |
The bug is fixed in the new release version https://github.com/getpelican/pelican/releases/tag/4.5.0 But the installation steps should change a little bit: If you got any conda dependencies error, do New Steps example:
|
What should we do with this issue? Any comments? |
Actually this issue can be closed. |
It may be a good idea to add the description to a file along with README. How do you think? |
Sounds great. I will make a pull request for it :) |
Uh oh!
There was an error while loading. Please reload this page.
create conda environments:
conda create -n env_name
get into the environment:
conda activate env_name
install python and the dependencies:
conda install python=3.7
conda install -c conda-forge pelican
conda install markdown
go to the swportal folder you cloned:
pelican content -s pelicanconf.py
cd output
python -m pelican.server
the are some bugs with
pelican --autoreload --listen
it will result in OSError: [WinError 87]
ref: getpelican/pelican#2400
so you can only compile website and depoly/publish through the command above now
The text was updated successfully, but these errors were encountered: