aquacropos / aquacrop

AquaCrop-OSPy: Python implementation of AquaCrop-OS
https://aquacropos.github.io/aquacrop/
Apache License 2.0
102 stars 73 forks source link

installation problem inside Aqua Crop #179

Open anj-ML opened 1 month ago

anj-ML commented 1 month ago

ImportError Traceback (most recent call last) Cell In[2], line 1 ----> 1 from aquacrop import AquaCropModel

ImportError: cannot import name 'AquaCropModel' from 'aquacrop' (/home/dr-anjum/anaconda3/lib/python3.12/site-packages/aquacrop/init.py)

anj-ML commented 1 month ago

Please help me

tfoster88 commented 1 month ago

@anj-ML Could you please provide some more details about your setup and examples of your code? With the information above it is not really possible to determine what the cause of your issue may be