matsengrp / vampire

🧛 Deep generative models for TCR sequences 🧛
Apache License 2.0
16 stars 4 forks source link

pip install fails due to missing _version_build.py #114

Closed dhmay closed 5 years ago

dhmay commented 5 years ago

I was able to get vampire installed, but I ran into a hiccup when I ran "pip install .":

UPDATING build/lib/vampire/_version_build.py
error: [Errno 2] No such file or directory: 'build/lib/vampire/_version_build.py'

I duct-taped it by running "touch build/lib/vampire/_version_build.py" and then running pip install again. It appeared to install without errors after that.