Viet-Anh NGUYEN (Andrew)

Results 73 comments of Viet-Anh NGUYEN (Andrew)

Hello, this file includes `comments.html` only when `.Site.Params.comment` is not `false` and `.Params.comment` is not `false` 2 more variables (*.comments): Please check and set param `comment` to `true`, or remove...

Sorry for the late response. Maybe you can try Python 3.9 to see if the issue remains.

**Upload files:** ![Image](https://github.com/nrl-ai/pautobot/assets/18329471/974d7d72-f327-440b-8f73-5257e9a85591) **Download files:** ![Image](https://github.com/nrl-ai/pautobot/assets/18329471/f844bb4e-4674-4d10-9ed2-8a8f7107aff0)

Hi! You need to install dependencies for frontend first: - Requirement: NodeJS >= 18. ``` cd frontend npm install ```

@LanceLake Please pull the latest code from `main` branch and try again.

@LanceLake Lan @DevonWieczorek Please pull the code from `main` and try again. This bug is because `lib` folder was excluded by git. Thank you!

Could you try Python 3.8 or 3.9?

@bibi-b Please upgrade and run again: ``` pip install --upgrade pautobot pautobot ```

@bibi-b I think version 0.0.24 can resolve your problem: ``` pip install --upgrade pautobot pautobot --version pautobot --host 0.0.0.0 ```

Hi @sarment0, Could you try to upgrade urllib3: ``` pip install --upgrade urllib3 ```