-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@everywhere not defined #61
Comments
I can confirm. After issuing
Full session log attached. |
I saw the problem, it's due to an error I make when I don't stop the
program after installing the modules for the first time. In fact the
program exits, but if you launch it again everything works correctly. Check
and let me know. In the meantime, I'm thinking about fixing this bug.
Ciao
Adriano
Il giorno gio 7 nov 2024 alle ore 12:28 Mariusz ***@***.***>
ha scritto:
… I can confirm.
Same happens on Ubuntu 24.04.1 LTS.
After issuing $ julia photoscenary.jl -h julia downloads and installs a
lot of dependencies, but the process ends with:
The Julia system has been updated ERROR: LoadError: UndefVarError:
@Everywhere not defined in Main in expression starting at
/opt/fg/Photoscenary-main/photoscenary.jl:167 in expression starting at
/opt/fg/Photoscenary-main/photoscenary.jl:167
Full session log attached.
firstrun.txt
<https://github.com/user-attachments/files/17660674/firstrun.txt>
—
Reply to this email directly, view it on GitHub
<#61 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABPZIC3UAQZO3AZWSQL7QOLZ7NFEHAVCNFSM6AAAAABRK7GSBGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINRRHE4TGNZVHA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I don't know if it's something serious, but when running
julia photoscenary.jl
for the first time, julia downloads and installs dependencies and at the end of this operation I get an error message:But however, after second run of the command e.g.:
julia -t 12 photoscenary.jl -r 10 -s 3 -i BIVI
the photoscenery seems to be generated correctly.I checked for julia versions 1.6.7 and 1.9.2, with the ~/.julia directory cleared, for Windows 10 and Linux Mint, and this error always occurs.
The text was updated successfully, but these errors were encountered: