Closed achoum closed 1 year ago
Hi, I wasn't able to recreate this error! I made a new conda environment with Python 3.10.6, pip install conifer
, then import conifer
without complaint.
Could it be this conifer.py
file, what's in there? The conifer package itself doesn't have a file with that name.
Hi,
Thanks for quickly looking at it.
You diagnostic was correct, I has a file named conifer.py
in current directory. This is embarrassing :).
Cheers,
Hi,
Importing conifer after having installed it from pip (using
pip install conifer
) raises an error.Here are the details:
Python v3.10.6
Conifer v0.4
Content of
conifer_test.py
file:On Windows
On Linux WSL2
Cheers :)