Hey guys, I'm having a problem when trying to run tests:
C:\Users\yuria\AppData\Local\toncli\toncli\test-libs\__init__.func:1:1: error: cannot open source file `address_helpers.func`
#include "address_helpers.func";
PS: address_helpers.func is there in the parent dir
PS2: Already ran update_libs.

Jan 1, 2023, 4:56 AM
i am having same error like this
maybe python issue?
Feb 6, 2023, 6:50 AM
Is it toncli?
Feb 6, 2023, 6:50 AM
yes
Dependency not found: file://\c%3A\Users\
maybe this is the issue
it assume wrong start of path
not sure how to fix
Feb 6, 2023, 6:51 AM
I understand. Please, collect your thoughts in one message.

1) If it is about toncli installing:
TONCLI has many unique problems(path and permissions) that are difficult to solve remotely. Perhaps someone in the chat faced exactly the same problem. But at the moment, it's usually faster to install toncli via docker than to solve some unique case.

Сan you try docker?

2) If it is about toncli project: The best way to make a valid project structure is to run
toncli start wallet
Feb 6, 2023, 7:02 AM
im using python 3.10 for that, but then when i use python 11
i get another error cannot import name 'BitString' from 'bitstring
hm
i can try docker but i need to set it up
Feb 6, 2023, 7:03 AM
oh, this is familiar issue.
Feb 6, 2023, 7:04 AM
idea to fix?
Feb 6, 2023, 7:04 AM
You need to install specific version,

pip install bitstring==3.1.9
Feb 6, 2023, 7:05 AM
thank u, but now it get me the old error of include
funny that toncli start wallet works fine
Feb 6, 2023, 7:11 AM
and which command caused a problem?
Feb 6, 2023, 7:11 AM
he means lending platform where user can put collateral and get some token
@Krugo_D no there is not but probably aave will get in soon
the one you gave me
toncli start wallet
cd wallet/
toncli deploy -n testnet
everything works except building and testing
deploying works
Feb 6, 2023, 7:14 AM
well, it seems like toncli update_libs didn't execute with success. Perhaps.
Feb 6, 2023, 7:15 AM

© 2024 Draquery.com All rights reserved.