danielepanozzo / gp

MIT License
65 stars 37 forks source link

Install Problem about Assignment1 #5

Closed Adora2401 closed 2 years ago

Adora2401 commented 2 years ago

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:

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 'IPYMODEL[object Object]'.” Could you please tell me how to solve it? Thanks a lot.

danielepanozzo commented 2 years ago

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

Adora2401 commented 2 years ago

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

danielepanozzo commented 2 years ago

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