stampchain-io / btc_stamps

Bitcoin Stamps Indexer
https://stampchain.io
GNU Affero General Public License v3.0
9 stars 2 forks source link

Deployment of the latest dev branch code failed #245

Closed btcopenstamp closed 1 month ago

btcopenstamp commented 2 months ago

Deployment of the latest dev branch code failed, with the following error message:

Traceback (most recent call last):
  File "/usr/src/app/start.py", line 19, in <module>
    main()
  File "/usr/src/app/start.py", line 7, in main
    import src.index_core.server as server
  File "/usr/src/app/src/index_core/server.py", line 12, in <module>
    import index_core.log as log
ModuleNotFoundError: No module named 'index_core'
reinamora137 commented 2 months ago

Was this using the new poetry method on the host OS? Or within docker? I actually haven’t tested the docker run yet.

https://github.com/stampchain-io/btc_stamps?tab=readme-ov-file#local-execution-wo-docker

reinamora137 commented 1 month ago

closing this one. assuming you all figured out the poetry execution