-
Notifications
You must be signed in to change notification settings - Fork 4
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
installed dependency #4
Comments
https://byu-holoocean.github.io/holoocean-docs/v1.0.0/index.html |
Hello, when trying to install inekf, an error occurs: |
Hello, when trying to install inekf, an error occurs:
ERROR: Could not find a version that satisfies the requirement inekf (from versions: none)
ERROR: No matching distribution found for inekf
I checked the official documentation, and the suggested command is pip install inekf.How should I do?Thanks!
…------------------ 原始邮件 ------------------
发件人: "Ice-mao/RL_AUV_tracking" ***@***.***>;
发送时间: 2024年7月22日(星期一) 中午1:47
***@***.***>;
***@***.******@***.***>;
主题: Re: [Ice-mao/RL_AUV_tracking] installed dependency (Issue #4)
https://byu-holoocean.github.io/holoocean-docs/v1.0.0/index.html
Now you can use the latest version 1.0.0 of holoocean to run the project.please refer the link and the 0.5.8 is not provided by pypi.
My python is 3.8 can do this.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
https://pypi.org/project/inekf/ |
Is inekf only installable on Linux and not on Windows? |
Maybe.I encourage you test the program in Linux because the scenario map is build for Linux,too. |
你好,你成功安装inekf了吗? |
you can refer https://pypi.org/project/inekf/#files to build inekf library by yourself. |
自己尝试改了一下自建库,但是还是报错,求大佬拯救!感谢
2287950128
***@***.***
…------------------ 原始邮件 ------------------
发件人: "Ice-mao/RL_AUV_tracking" ***@***.***>;
发送时间: 2024年11月13日(星期三) 晚上7:14
***@***.***>;
***@***.******@***.***>;
主题: Re: [Ice-mao/RL_AUV_tracking] installed dependency (Issue #4)
你好,你成功安装inekf了吗?
you can refer https://pypi.org/project/inekf/#files to build inekf library by yourself.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
I remember what I did, go to https://bitbucket.org/frostlab/inekf/src/master/ to get the inekf project,then cd into the python floder,follow the readme.md to build the python package. |
Oh my god, I'm too stupid to complete it. It's so sad!
2287950128
***@***.***
…------------------ 原始邮件 ------------------
发件人: "Ice-mao/RL_AUV_tracking" ***@***.***>;
发送时间: 2024年11月13日(星期三) 晚上7:53
***@***.***>;
***@***.******@***.***>;
主题: Re: [Ice-mao/RL_AUV_tracking] installed dependency (Issue #4)
你好,你成功安装inekf了吗?
you can refer https://pypi.org/project/inekf/#files to build inekf library by yourself.
I remember what I did, go to https://bitbucket.org/frostlab/inekf/src/master/ to get the inekf project,then cd into the python floder,follow the readme.md to build the python package.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
"When I installed the holoocean dependency, it prompted me to install version 0.5.8. Then, when installing other dependencies, it required Python >= 3.10. After upgrading Python to 3.10, it prompted that installing holoocean requires pywin32=228 -> python[version='>=3.6,<3.7.0a0|>=3.7,<3.8.0a0|>=3.9,<3.10.0a0|>=3.8,<3.9.0a0']. What should I do?"
The text was updated successfully, but these errors were encountered: