ubclaunchpad / minutes

:telescope: Speaker diarization via transfer learning
https://medium.com/ubc-launch-pad-software-engineering-blog/speaker-diarisation-using-transfer-learning-47ca1a1226f4
27 stars 5 forks source link

Make Minutes pip Installable #135

Open chadlagore opened 6 years ago

chadlagore commented 6 years ago

Here is the basic "pip install minutes" at the moment:

source activate py36
python setup.py install
cd ..  # Go elsewhere
python
Python 3.6.4 | packaged by conda-forge | (default, Dec 23 2017, 16:54:01)
[GCC 4.2.1 Compatible Apple LLVM 6.1.0 (clang-602.0.53)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import minutes
ModuleNotFoundError: No module named 'minutes.models'

We need to package the static files up with the module. There are probably other things we need to do 😄

Nitika123 commented 4 years ago

@chadlagore how did you fix this issue. I am getting the same error.