Skip to content
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

[bug] #225

Closed
ingjavierpinilla opened this issue Jun 5, 2024 · 5 comments
Closed

[bug] #225

ingjavierpinilla opened this issue Jun 5, 2024 · 5 comments
Assignees
Labels

Comments

@ingjavierpinilla
Copy link

Architecture

x86_64 (Default)

Operating System

Linux

Disk

SSD (Solid)

Memory

2 Gigabytes

CPU Cores

2 CPU Cores

Internet Connection

Optical Fiber (very fast)

What is your web browser?

Chrome/Chromium

Device

VirtualBox/Vagrant (Virtual Machine)

Where are you from?

Colombia

What happened?

On a vm I got that error message

here is some other information

pip 24.0 from /home/ec2-user/test/venv/lib64/python3.9/site-packages/pip (python 3.9)
Python 3.9.16
Nim Compiler Version 2.0.0 [Linux: amd64]

this seems related to the issue

Standard Output Logs

Traceback (most recent call last):
  File "/home/ec2-user/test/main.py", line 7, in <module>
    import faster_than_requests as requests
  File "/home/ec2-user/test/venv/lib64/python3.9/site-packages/faster_than_requests/__init__.py", line 7, in <module>
    from . faster_than_requests import *
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 982, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 925, in _find_spec
  File "/home/ec2-user/test/venv/lib64/python3.9/site-packages/nimporter.py", line 1269, in find_spec
    return Nimporter.import_nim_code(fullname, path, library=False)
  File "/home/ec2-user/test/venv/lib64/python3.9/site-packages/nimporter.py", line 944, in import_nim_code
    NimCompiler.compile_nim_code(
  File "/home/ec2-user/test/venv/lib64/python3.9/site-packages/nimporter.py", line 705, in compile_nim_code
    cls.check_compile_errors(errors, library, nim_args, output, tmp_cwd, warnings)
  File "/home/ec2-user/test/venv/lib64/python3.9/site-packages/nimporter.py", line 492, in check_compile_errors
    raise NimCompileException(errors[0])
nimporter.NimCompileException: faster_than_requests.nim(2, 18) Error: cannot open file: db_sqlite
Copy link

github-actions bot commented Jun 5, 2024

Welcome ingjavierpinilla

  • Remember to ⭐ Star the project on GitHub!.
  • Congrats for your first issue!, please provide a minimal code example that reproduces the 🐛 Bug!.
    Reports with full repro code and descriptive detailed information will be fixed faster.
  • Please, keep in mind there is ZERO FUNDING for the project!, we have no sponsors, no company behind, no dev team,
    ❤️ Send crypto today to speed up development!:
Bitcoin BTC

BEP20 Binance Smart Chain Network BSC

0xb78c4cf63274bb22f83481986157d234105ac17e

BTC Bitcoin Network

1Pnf45MgGgY32X4KDNJbutnpx96E4FxqVi

Lightning Network

juancarlospaco@bitrefill.me
Ethereum ETH Dai DAI Uniswap UNI Axie Infinity AXS Smooth Love Potion SLP

BEP20 Binance Smart Chain Network BSC

0xb78c4cf63274bb22f83481986157d234105ac17e

ERC20 Ethereum Network

0xb78c4cf63274bb22f83481986157d234105ac17e
Tether USDT

BEP20 Binance Smart Chain Network BSC

0xb78c4cf63274bb22f83481986157d234105ac17e

ERC20 Ethereum Network

0xb78c4cf63274bb22f83481986157d234105ac17e

TRC20 Tron Network

TWGft53WgWvH2mnqR8ZUXq1GD8M4gZ4Yfu
Solana SOL

BEP20 Binance Smart Chain Network BSC

0xb78c4cf63274bb22f83481986157d234105ac17e

SOL Solana Network

FKaPSd8kTUpH7Q76d77toy1jjPGpZSxR4xbhQHyCMSGq
Cardano ADA

BEP20 Binance Smart Chain Network BSC

0xb78c4cf63274bb22f83481986157d234105ac17e

ADA Cardano Network

DdzFFzCqrht9Y1r4Yx7ouqG9yJNWeXFt69xavLdaeXdu4cQi2yXgNWagzh52o9k9YRh3ussHnBnDrg7v7W2hSXWXfBhbo2ooUKRFMieM
Sandbox SAND Decentraland MANA

ERC20 Ethereum Network

0xb78c4cf63274bb22f83481986157d234105ac17e
Algorand ALGO

ALGO Algorand Network

WM54DHVZQIQDVTHMPOH6FEZ4U2AU3OBPGAFTHSCYWMFE7ETKCUUOYAW24Q
Binance

https://pay.binance.com/en/checkout/e92e536210fd4f62b426ea7ee65b49c3

@ingjavierpinilla
Copy link
Author

I installed nim 1.6.18 and got this output

std/db_sqlite(184, 1) Warning: Circular dependency detected. codeReordering pragma may not be able to reorder some nodes properly [User] ws.nim(306, 6) Warning: target type is larger than source type [CastSizes] ws.nim(329, 32) Warning: conversion to enum with holes is unsafe: Opcode(b0 and 0x0000000F) [HoleEnumConv] nimpy.nim(562, 32) Warning: Cannot prove that 'arg0timeout' is initialized. This will become a compile time error in the future. [ProveInit] faster_than_requests.nim(293, 132) Warning: Deprecated since v1.5; Use auto instead.; any is deprecated [Deprecated] faster_than_requests.nim(298, 101) Warning: Deprecated since v1.5; Use auto instead.; any is deprecated [Deprecated] could not load: libpcre.so(.3|.1|) (compile with -d:nimDebugDlOpen for more information)

@umarbutler
Copy link

+1

Copy link

This issue is Stale because it has been open for 100 days with no activity. Contribute a fix or comment on the issue, or it will be closed in a few days.

@github-actions github-actions bot added the Stale label Sep 16, 2024
Copy link

This issue has been marked as Stale and closed due to inactivity after 100 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants