First of all, thank you for the excellent work on this project! 🌹
While setting up the environment with:
pip install -r requirements.txt
I encountered the following error:
ERROR: Could not find a version that satisfies the requirement byted-remote-ikernel==0.4.8 (from versions: none)
ERROR: No matching distribution found for byted-remote-ikernel==0.4.8
It appears that byted-remote-ikernel==0.4.8 is not publicly available on PyPI. I suspect it may be a private or internal dependency.
Could you please clarify:
· Is this dependency necessary for core functionality?
· Is there an alternative way to obtain or install it?
· If it's optional, would it be safe to remove or comment out from requirements.txt?
First of all, thank you for the excellent work on this project! 🌹
While setting up the environment with:
I encountered the following error:
It appears that byted-remote-ikernel==0.4.8 is not publicly available on PyPI. I suspect it may be a private or internal dependency.
Could you please clarify:
· Is this dependency necessary for core functionality?
· Is there an alternative way to obtain or install it?
· If it's optional, would it be safe to remove or comment out from requirements.txt?