Closed kaitsull closed 1 week ago
This is caused by the project being split into two Python packages. This affects only the case where you install directly from GitHub, so I would suggest using the standard PyPI version unless you need a specific change that's only on the Git master.
That said, you can still install from GitHub, using pip install git+https://github.com/BioimageAnalysisCoreWEHI/napari_lattice.git#subdirectory=core git+https://github.com/BioimageAnalysisCoreWEHI/napari_lattice.git#subdirectory=plugin
. We will need to update our documentation about this.
Wow thank you so so much for such a quick response!
This fix worked perfectly :)
This seems to be resolved. Also, the new packages are now published on PyPI, so you no longer need to install from GitHub at all!
Hi all!
When I try to download napari-lattice via:
pip install git+https://github.com/BioimageAnalysisCoreWEHI/napari_lattice.git
I receive the following error:
After perusing the internet I found that this error can be circumvented by either:
pyproject.toml
:pip install setuptools==version#
Unfortunately downgrading setuptools still causes a host of errors to occur. Any suggestions?
Thank you so much :octocat: !!!