Skip to content
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

conda env create --file pixel_link_env.txt 报错 #106

Open
jiaying96 opened this issue Feb 21, 2019 · 6 comments · May be fixed by #137
Open

conda env create --file pixel_link_env.txt 报错 #106

jiaying96 opened this issue Feb 21, 2019 · 6 comments · May be fixed by #137

Comments

@jiaying96
Copy link

image
image

@Dgs29
Copy link

Dgs29 commented Feb 25, 2019

execute the command after heading into pixel_link_root directory

@jiaying96
Copy link
Author

@Dgs29 进入根目录执行的也不行,后来就自己装环境了,没有用这个命令,你用这个命令可以吗?

@alpace
Copy link

alpace commented Mar 12, 2019

没有指定目录吧,我的可以运行

@jiaying96
Copy link
Author

@alpace 怎么制定目录 能详细说一下吗

@alpace
Copy link

alpace commented Mar 13, 2019

@jiaying96 直接在pixel_link_nev.txt路径下执行就可以了

@Tanmay-Jaiswal
Copy link

Rename the file

pixel_link_env.txt

to

pixel_link_env.yml

Then simply change the command conda env create --file pixel_link_env.txt to conda env create --file pixel_link_env.yml

Conda prefers yml over txt. Even though the content of the txt file is in yml format, conda needs the right extension

nshaud added a commit to nshaud/pixel_link that referenced this issue Jun 18, 2019
Creating a new environment in `conda` from a file requires the YAML format.
This commit renames the file and updates the README.
This fixes ZJULearning#106.
@nshaud nshaud linked a pull request Jun 18, 2019 that will close this issue
lamhoangtung added a commit to lamhoangtung/pixel_link that referenced this issue Aug 20, 2019
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

Successfully merging a pull request may close this issue.

4 participants