CADWRDeltaModeling / dms_datastore

Data download and management tools for continuous data for Pandas. See documentation https://cadwrdeltamodeling.github.io/dms_datastore/
https://cadwrdeltamodeling.github.io/dms_datastore/
MIT License
1 stars 0 forks source link

ERROR: No matching distribution found for beautifulsoup4 #24

Closed HansKimDWR closed 6 months ago

HansKimDWR commented 7 months ago

Description

"No matching distribution found for beautifulsoup4" error is encountered during installation.

What I Did

With pip install -e ., following error is encountered:

image

The conda environment has vtools3 installed, with python=3.11:

image

water-e commented 6 months ago

I think we need a simpler issue. This mix of pip and conda, which may be due to not using --no-deps, is too complicated to debug. What toolset are tyou trying to use.? If it is for SCHISM please use the recommended environment schism_env.yml on BayDeltaSCHISM and make sure channel priorities are set in your conda environment. You can pip install -e . after that and it will work fine. If it is just for dms_datastore we can debug from there.

kjnam commented 6 months ago

@HansKimDWR It looks like the SSL cert issue. Check whether the issue can be reproduced with a non-department network, please.

HansKimDWR commented 6 months ago

@water-e I was attempting to create an environment for schimpy from scratch. I tried the approaches you suggested (installing with '--no-deps' and first creating an environment with schism_env.yml) separately, and they worked; dms-datastore was installed successfully.

@kjnam @dwr-psandhu Seeing I am able to install dms-datastore successfully, I did not test for SSL issue on my personal PC.

Closing the issue.