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

Install Problem about Assignment1 #5

Closed
Adora2401 opened this issue Jan 30, 2022 · 3 comments
Closed

Install Problem about Assignment1 #5

Adora2401 opened this issue Jan 30, 2022 · 3 comments

Comments

@Adora2401
Copy link

Hi Professor,

When I tried to install the requirements in general instruction,
conda install -c conda-forge igl shows "Solving environment: failed with initial frozen solve. Retrying with flexible solve."
Then I tried to use conda env create -f environment.yml directly, it shows
"Collecting package metadata (repodata.json): done
Solving environment: failed

ResolvePackageNotFound:

  • zlib==1.2.11=h7795811_1010
  • nodejs==14.7.0=hdde0ff8_0
  • jedi==0.18.0=py38h50d1736_2
    ..."

I'm not sure how to solve this porblem, the solutions I tried:
1.conda config --set channel_priority flexible
2. conda config --set channel_priority false
3. recreate an env and activate it.
But they all not work. So could I use Colab instead of Jupyter Notebook? Or how to solve this problem...

Also, when I used Colab to run the sample code
meshplot.plot(bunny_v, bunny_f, shading={"wireframe": True})
It throws “TraitError: The 'shadow' trait of a DirectionalLight instance expected an Uninitialized or a LightShadow, not the str 'IPY_MODEL_[object Object]'.”
Could you please tell me how to solve it? Thanks a lot.

@danielepanozzo
Copy link
Owner

What operating system do you have? Is your conda installation able to install other packages (for example conda install numpy)?

@Adora2401
Copy link
Author

It‘s Mac m1. Conda could intall other packages.

@danielepanozzo
Copy link
Owner

This is a copy of #6, there will be a fix in a few days.

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

No branches or pull requests

2 participants