Installation¶
Requirements and Setup¶
Dria SDK is compatible with Python 3.10 or higher. Start by creating a new conda env:
Then to install the SDK, simply run the following command in your terminal:
If you are having problems with installing coincurve, try installing coincurve separately :
and install dria package by:
If issues persist, see section
Important Notes¶
-
Network Status: The Dria Network is currently in alpha stage. Access is managed through RPCs to ensure controlled access and trusted task execution.
-
Cost: At present, there is no cost associated with generating data using Dria.
-
Contributing: You can contribute to the Dria ecosystem by running a node in the Dria network. This helps scale the network and improve throughput.
Next Steps¶
Once you have your RPC token, you're ready to start using the Dria SDK. Check out the examples from cookbook (e.g. Patient Dialogues) or see pipelines to learn how to create your first synthetic data pipeline.
TKInter related issues on MacOS:¶
In some python versions on MacOS
tkinter is no longer included with this formula, but it is available separately:
brew install python-tk@<version>
and as a result, you may encounter the warning
you can see the error.
In these cases, you should install python installation as the system recommends.
as follows.
GCC related issues on MacOS:¶
If you are having problems with coincurve
Try installing brew
and xcode tools
Install brew by:
and run:
re create env
Seperately install coincurve:
Install dria:
If you are still facing issues, please reach out to us at Discord for further assistance. ```