Skip to content

Optinist_env.yamlの環境構築時にエラー #454

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

Closed
emuemuJP opened this issue Apr 5, 2023 · 1 comment
Closed

Optinist_env.yamlの環境構築時にエラー #454

emuemuJP opened this issue Apr 5, 2023 · 1 comment
Assignees
Milestone

Comments

@emuemuJP
Copy link
Collaborator

emuemuJP commented Apr 5, 2023

キーボードで打ち切ると以下エラーの繰り返しでてくる

Warning: you have pip-installed dependencies in your environment file, but you do not list pip itself as one of your conda dependencies.  Conda may not use the correct pip to install your packages, and they may end up in the wrong place.  Please add an explicit pip dependency.  I'm adding one for you, but still nagging you.
@emuemuJP
Copy link
Collaborator Author

emuemuJP commented Apr 5, 2023

https://github.com/oist/optinist/blob/main/optinist/conda/optinist_env.yaml
以下のように更新すると
エラーは治った

dependencies:
  - python=3.8
  - pip
  - pip:
    - "sklearn"
    - "statsmodels<=0.13.1"
    - "pynwb"

@emuemuJP emuemuJP self-assigned this Apr 5, 2023
@emuemuJP emuemuJP closed this as completed Apr 5, 2023
@emuemuJP emuemuJP added this to the ver0.3.0 milestone Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant