fastogt / fastonosql

FastoNoSQL is a crossplatform Redis, Memcached, SSDB, LevelDB, RocksDB, UnQLite, LMDB, ForestDB, Pika, Dynomite, KeyDB GUI management tool.
https://fastonosql.com
GNU General Public License v3.0
1.18k stars 96 forks source link

Can't clone https://github.com/fastogt/pyfastogt #84

Closed megabyte0 closed 3 years ago

megabyte0 commented 3 years ago

In the wiki Build section it says

git clone https://github.com/fastogt/pyfastogt

but when I try it:

~/src$ git clone https://github.com/fastogt/pyfastogt
Cloning into 'pyfastogt'...
Username for 'https://github.com': megabyte0
Password for 'https://megabyte0@github.com': 
remote: Repository not found.
fatal: repository 'https://github.com/fastogt/pyfastogt/' not found

If I try without it,

~/src/fastonosql/build$ python3.8 build_env.py
Traceback (most recent call last):
  File "build_env.py", line 6, in <module>
    from pyfastogt import system_info
ModuleNotFoundError: No module named 'pyfastogt'

Thanks.

topilski commented 3 years ago

fixed should be gitlab