getting this error when adding a dependency: https://mvnrepository.com/artifact/diff_match_patch/diff_match_patch/current
Illegal character in scheme name at index 4: diff_match_patch:diff_match_patch:current
is the dependency parser too strict? is there a workaround?
yes
do you have spark installed?
yes ..!! I am not able to start a normal kernel without spark configuration got an exception
Just quoting this from your page - "Polynote is currently only tested on Linux and MacOS, using the Chrome browser as a client. We hope to be testing other platforms and browsers soon. Feel free to try it on your platform, and be sure to let us know about any issues you encounter by filing a bug report." When should Windows guys expect support for our platform? Don't get us sidelined. This looks more promising than what we should miss, you know?
In case you haven't got it running yet, I created a script to run polynote on windows (using docker). It run's the currently latest polynote version 0.3.11 but I'll soon update it to automatically pull the newest version (notebooks are persisted in a mounted folder). Feel free to check it out.
https://github.com/moritzbaumotte/polynote-windows-inofficial
Hi all, I am new to PolyNote, currently trying to install it on my mac (Mac OS Catalina) and failed with Python 3.7 virtualenv:
ld: library not found for -lpython3.7m
clang: error: linker command failed with exit code 1 (use -v to see invocation)
error: command 'xcrun' failed with exit status 1
It seemed to be an issue with jep, did anyone saw this before?
ld: warning: directory not found for option '-L/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.7/lib'
(env) 3c22fb785594:polynote qingla$ xcode-select --install
xcode-select: error: command line tools are already installed, use "Software Update" to install updates
(env) 3c22fb785594:polynote qingla$ clang --version
Apple clang version 11.0.3 (clang-1103.0.32.62)
Target: x86_64-apple-darwin19.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin