ShiyiGU

Results 8 comments of ShiyiGU

Every time you create a new Python environment, you should reinstall cityflow, using command `pip install .` as instructed. I just solved the issue in this way.

1. In Roadnet.json, you can find the point of the intersection and the road, and compute the distance. The actual lane length = this distance - the width of the...

我之前碰到过类似的错误,我当时是服务器没联网。你可以用`firefox &`打开火狐检查一下,如果是校园网的话可能要在火狐登录一下。另外从github下载的时候要在git用`git clone`命令,不能直接下载压缩包,不然会少一个文件。 1. Please check if your network works well, using `firefox &` 2. You should use `git clone` command instead of directly downloading the .zip file from the...

"roadLinkIndices" correspond to indices of "intersections"/"roadLinks"

I'm stuck with a similar issue. Have you fix it?

You can try `python -m pip install .`, this helps me.

我在删除 `~/.condarc` 后又出现了 `CondaHTTPError: HTTP 000 CONNECTION FAILED` 的报错,然后我试了 `ping www.baidu.com` 没有反应,所以我觉得是网络问题,如果网好的话,应该是删除 `~/.condarc` 就可以了。可惜我的网络问题没解决,解决了再来更新。 The same issue. After I deleted `~/.condarc`, another error came as `CondaHTTPError: HTTP 000 CONNECTION FAILED`....

> > > 我在删除 `~/.condarc` 后又出现了 `CondaHTTPError: HTTP 000 CONNECTION FAILED` 的报错,然后我试了 `ping www.baidu.com` 没有反应,所以我觉得是网络问题,如果网好的话,应该是删除 `~/.condarc` 就可以了。可惜我的网络问题没解决,解决了再来更新。 > > > The same issue. After I deleted `~/.condarc`, another error came...