r00tman / EventNeRF

Neural Radiance Fields from a Single Colour Event Camera [CVPR 2023]
https://4dqv.mpi-inf.mpg.de/EventNeRF/
84 stars 8 forks source link

conda create env trouble #3

Closed Mr-firework closed 7 months ago

Mr-firework commented 1 year 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
SharineLee commented 1 year 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?

HHHHH6123 commented 12 months ago

the problem is still there...

HHHHH6123 commented 11 months ago

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/"

r00tman commented 11 months ago

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)

HHHHH6123 commented 11 months ago

Thank you so much man! Have a good day!

r00tman commented 11 months ago

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

Mr-firework commented 11 months ago

name: eventnerf channels:

r00tman commented 7 months ago

Hello, is there something still wrong? Or can I close the issue?