jyangfsu / WQChartPy

Python Package for Visualization of Water Geochemistry Data
GNU General Public License v3.0
52 stars 22 forks source link

I'm trying to install WQChartPy on my jupyter notebook (Python 3.11.3. I have following error: #9

Open UpsideDownWazowski opened 1 year ago

UpsideDownWazowski commented 1 year ago

Collecting wqchartpy Using cached wqchartpy-0.1.9.tar.gz (21.7 MB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'error' error: subprocess-exited-with-error

python setup.py egg_info did not run successfully. exit code: 1

[3 lines of output] error in wqchartpy setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Expected end or semicolon (after version specifier) matplotlib>=3.3.4scipy>=1.6.2


  [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

Encountered error while generating package metadata.

See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
PatrickO-UWCD commented 11 months ago

A comma needs to be added to the end of "matplotlib>=3.3.4" (line 38 of setup.py).

I downloaded the code as a zip file, modified the setup.py file, and then installed using pip as described in this answer https://stackoverflow.com/questions/30148335/install-python-module-using-a-zip-file