HQSquantumsimulations / ActiveSpaceFinder

Apache License 2.0
14 stars 5 forks source link

__version__.py is missing in the asf folder #3

Open walter-hahn opened 2 months ago

walter-hahn commented 2 months ago

I just tried out to install asf version 2.0, and pip install . results in an error pointing towards the missing file.

walter-hahn commented 2 months ago

LookupError: setuptools-scm was unable to detect version for /ess/qs/home/hahn/qc_on_qc/ActiveSpaceFinder-release/ActiveSpaceFinder-release.

ppinski-hqs commented 2 months ago

Dear Walter, I just tried cloning this repository and creating an install in a fresh conda environment with Python 3.11. The installation worked out fine, and pip list reported version 2.0.0. The source code does not contain asf/__version__.py; that is intentional, as the file is created automatically by setuptools_scm.

walter-hahn commented 2 months ago

Dear Peter, thank you. I also created a "version.py" file manually and it did not help. The problem seems to be somewhere else.