Jakub Smékal
Jakub Smékal
Hello, I am using web3.js in my jupyter lab extension, but am running into issues during installation. I think my error is related to this update, however, when I added...
Hi @luu-alex . Thanks, I just sent a message there.
@ofek Thank you. Do you know how I can specify a flag for coincurve when I'm installing ocean-lib? Running `pip install ocean-lib -target arm64-apple-macos11` throws an error ``` ERROR: Could...
Hi @AnaLoznianu. Yes, I still cannot install ocean-lib on my computer, but I have been able to install it in a Docker container that I've been using for development.
Hi @calina-c, thanks for the response, the command you sent works, but manually installing coincurve does not solve the error I get when installing ocean-lib, for some reason I'm still...
Hey @kremalicious, no the issue I'm getting is the error message above.
@miquelcabot I tried implementing the updates to `CodeExamples.md` from #1537 but I'm running into the same errors. Firstly, where does the `config` ``` import { web3, getTestConfig, getAddresses } from...
@miquelcabot Thank you for the response! Regarding my earlier post where I modified the imports & resolved the ts/js problem, do you have an idea about what might be causing...
Hey @miquelcabot, I'm following your #1537 and am getting the following error: ``` Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './dist/test/config' is not defined by "exports" in /Users/jakub/Development/Algovera/Ocean/oceanjs_scripts/v4/node_modules/@oceanprotocol/lib/package.json ``` which is probably caused...
@miquelcabot Thank you. Do you know of any examples for configuring ocean.js to rinkeby with a predefined wallet? I would like to ultimately use this flow in production but am...