Closed Mr-firework closed 9 months ago
This is a awesome work! But I meet some trouble that I can't resolve.
Collecting package metadata (repodata.json): done Solving environment: failed ResolvePackageNotFound:
- ipython==7.30.0=py39hf3d152e_0
I have the same problem. Do you solve it?
the problem is still there...
I have gone to the channel websites and there is no ipython == 7.30.0 but there are some other versions.I dont know whether they will work or not.This is the website"https://conda.anaconda.org/conda-forge/win-64/"
Hello, sorry for the delay.
There is no need for ipython, you can remove it from the environment.yml
Also, please try this updated environment instead (rename to environment.yml
).
I removed irrelevant things from it and relaxed version requirements.
Now it installs fine on a clean miniconda3+mamba (through mamba env create --file environment.yml
)
Thank you so much man! Have a good day!
Hi! Please also remove "- pymarchingcubes" line from the file before running. There is no way to install it properly through conda, it will fail. You would need to install it through official instructions after everything else is done, in case you need mesh extraction. Otherwise, the code should work fine without the package
name: eventnerf channels:
Hello, is there something still wrong? Or can I close the issue?
This is a awesome work! But I meet some trouble that I can't resolve.